Difference between revisions of "Password"

From SmartWiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
A secret code that must be entered by the [[User|user]] in order to log into the system.  The complexity of the password is determined though the [[Global Settings]], [[Password Policy]] window under [[Login & Security Settings]].
 
A secret code that must be entered by the [[User|user]] in order to log into the system.  The complexity of the password is determined though the [[Global Settings]], [[Password Policy]] window under [[Login & Security Settings]].
  
[[Category:Glossary]]
+
{{PasswordEncryption}}
 +
 
 +
==See Also==
 +
* [[Password Variables to Set or Reset User Passwords]]
 +
* [[Password Policy]]
 +
 
 +
[[Category:Glossary]][[Category:Security]]

Latest revision as of 08:33, 1 April 2016

A secret code that must be entered by the user in order to log into the system. The complexity of the password is determined though the Global Settings, Password Policy window under Login & Security Settings.

SmartSimple uses the SHA-256 algorithm, combined with salt hashing, in order to encrypt passwords.

See Also