This commit is contained in:
Unknown 2014-06-01 21:47:48 -04:00
parent afc6cbc479
commit e1332c5239
2 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ func IsEmailUsed(email string) (bool, error) {
return orm.Get(&User{Email: email})
}
// return a user salt token
// GetUserSalt returns a user salt token
func GetUserSalt() string {
return base.GetRandomString(10)
}