1
0
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:
bgamard
2017-11-17 17:01:08 +01:00
parent 590bf74e98
commit 65937d6f4c
10 changed files with 159 additions and 69 deletions

View File

@@ -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
}