##master-page:CommandTemplate ##master-date:2017-08-17 ##master-revision:3 #format wiki #language en = @password = ~-''This page describes the functionality for the Built-In {{{ @password }}} command. For more information on how the extended functionality works, look at the global [[Commands/Globals/At-PasswordPlusPlus|@password]] command.''-~ ||||'''Command Information'''|| ||''Keyword'' ||<:>{{{ @password }}}|| ||''Type'' ||<:>{{{ BuiltIn }}}|| ||<(|2>''Arguments'' ||<:>{{{ }}}|| ||||<:>{{{ }}}|| ||<(|1>''Usage''||<:>{{{ @password = }}}|| === Purpose === Allows a player to change their password. === Syntax === To change your password: . ''{{{@password = }}}'' === Parameters === ''{{{}}}'' . The player's current password they use for their account. ''{{{}}}'' . The new password the player would like to set on their account. === Examples === __Example 1__ If Alkani wanted to change his existing password, "abc1234" to "def5678" he would type: . {{{ @password abc1234=def5678 }}} If Alkani typed his old password correctly, he would see: . {{{ "Password changed." }}} If he did not, he would instead see: . {{{ "Sorry, old password did not match current password." }}} === Caveats === Passwords for user accounts on the SpinDizzy MUCK System may not have spaces. Wizards may change player passwords using the [[Commands/BuiltIn/at-newpassword|@newpassword]] command. === Related === [[Commands/BuiltIn/at-newpassword|@newpassword]] - Assign New Password (Wizards Only) [[Concepts/Security|Security]] - Information about Security on the SpinDizzy MUCK === Parent Topic === [[Commands/BuiltIn|List of SpinDizzy MUCK System Built-In and Local Commands]] ----- CategoryBuiltincmd CategoryBasiccmd