diff options
Diffstat (limited to 'ratatoeskr/sys/models.php')
-rw-r--r-- | ratatoeskr/sys/models.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php index 4448266..cd327e1 100644 --- a/ratatoeskr/sys/models.php +++ b/ratatoeskr/sys/models.php @@ -48,9 +48,9 @@ class User /* * Variables: Public class properties * - * $username - The username - * $pwhash - SHA1-Hash of the password - * $mail - E-Mail-address + * $username - The username. + * $pwhash - <PasswordHash> of the password. + * $mail - E-Mail-address. * $fullname - The full name of the user. * $language - Users language */ |