Setuserpasswd command

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:17, 31 March 2009 (edit)
Redhawk0 (Talk | contribs)
m
← Previous diff
Revision as of 16:40, 31 March 2009 (edit) (undo)
Redhawk0 (Talk | contribs)

Next diff →
Line 14: Line 14:
Additional User notes: Additional User notes:
-*I had problems changing a password that included a special character using the command line method. Using only alpha-numeric characters worked fine. [http://www.dd-wrt.com/phpBB2/viewtopic.php?t=49777 forum post] Special charaters can be entered through web gui password change page or Admin tab. [redhawk0]+*I had problems changing a password that included a special character using the command line method. Using only alpha-numeric characters worked fine. [http://www.dd-wrt.com/phpBB2/viewtopic.php?t=49777 forum post] Special characters in a password can be entered as is through web gui password change page or Admin tab, but if entered in the command line above the password must be contained within double quote marks.[redhawk0]
[[Category:English documentation]] [[Category:English documentation]]
[[Category:commandline command reference]] [[Category:commandline command reference]]

Revision as of 16:40, 31 March 2009

Change the username and password used to log into the Web Interface.

usage: setuserpasswd [username] [password]

e.g.

root@DD-WRT:~# setuserpasswd myuser mypassw0rd


Notes:

  • This command automatically commits changes into nvram.
  • Telnet/SSH username will remain root!
  • Telnet/SSH password may not take effect immediately. In this case also run the setpasswd command.
  • The username and password are stored securely in nvram variables, hashed with salt.

Additional User notes:

  • I had problems changing a password that included a special character using the command line method. Using only alpha-numeric characters worked fine. forum post Special characters in a password can be entered as is through web gui password change page or Admin tab, but if entered in the command line above the password must be contained within double quote marks.[redhawk0]