Member
The member model is part of the SilverStripe Security-Package and describes the attributes of the users.
Table name |
Member |
||
---|---|---|---|
Indexes |
|
||
Default sort |
Surname, FirstName |
||
Properties |
Name |
Type |
Description |
FirstName |
Varchar(255) |
|
|
Surname |
Varchar(255) |
|
|
|
Varchar(254) |
|
|
TempIDHash |
Varchar(160) |
Temporary ID used for cms re-authentication |
|
TempIDExpired |
Datetime |
Expiry of temp login |
|
Password |
Varchar(160) |
|
|
AutoLoginHash |
Varchar(160) |
Used to auto-login the user on password reset |
|
AutoLoginExpired |
Datetime |
Expiry of auto-login |
|
PasswordEncryption |
Varchar(50) |
This is an arbitrary code pointing to a PasswordEncryptor instance |
|
Salt |
Varchar(50) |
|
|
PasswordExpiry |
Date |
Expiry of password |
|
LockedOutUntil |
Datetime |
Expiry of secure function lock |
|
Locale |
Varchar(6) |
Describes the language of the user |
|
FailedLoginCount |
Int |
Number of failed login attempts |
|
RESTFulToken |
Varchar(100) |
|
|
RESTFulTokenExpire |
Datetime |
Expiry of RESTFullToken |
|
Slug |
Varchar(110) |
|
|
Active |
Boolean |
|
|
SendPasswordResetLink |
Boolean |
|
|
ThemeColor |
Varchar(20) |
|
|
Relations |
Groups, LoggedPasswords, RememberLoginHashes, DataStores, Admin |