mirror of
https://github.com/sismics/docs.git
synced 2025-12-14 02:06:25 +00:00
#161: password recovery by email (wip)
This commit is contained in:
@@ -18,5 +18,14 @@ public enum ConfigType {
|
||||
/**
|
||||
* Guest login.
|
||||
*/
|
||||
GUEST_LOGIN
|
||||
GUEST_LOGIN,
|
||||
|
||||
/**
|
||||
* SMTP server configuration.
|
||||
*/
|
||||
SMTP_HOSTNAME,
|
||||
SMTP_PORT,
|
||||
SMTP_FROM,
|
||||
SMTP_USERNAME,
|
||||
SMTP_PASSWORD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user