[freenet-cvs] r13149 - trunk/apps/new_installer/res/windows/bin

nextgens at freenetproject.org nextgens at freenetproject.org
Fri May 4 19:17:12 UTC 2007


Author: nextgens
Date: 2007-05-04 19:17:11 +0000 (Fri, 04 May 2007)
New Revision: 13149

Modified:
   trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
Log:
new_installer: create a longer password to bypass pasword policy restrictions

Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd	2007-05-04 17:38:40 UTC (rev 13148)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd	2007-05-04 19:17:11 UTC (rev 13149)
@@ -50,7 +50,7 @@
 
 @echo "Installing the wrapper"
 @echo 	- Creating a user for freenet
- at set PASSWORD=%random%%random%
+ at set PASSWORD=FreeNet-%random%%random%
 @net user freenet %PASSWORD% /add /comment:"this user is used by freenet: do NOT delete it!" /expires:never /passwordchg:no /fullname:"Freenet dedicated user" > NUL
 :: Force the password in case it's a re-installation
 @net user freenet %PASSWORD% > NUL




More information about the cvs mailing list