re-implement password recovery

This commit is contained in:
Athou
2014-08-11 14:55:41 +02:00
parent e9cd8317aa
commit dd3455d273
12 changed files with 183 additions and 25 deletions

View File

@@ -15,5 +15,7 @@ public class ServerInfo implements Serializable {
private String version;
private String gitCommit;
private boolean allowRegistrations;
private String googleAnalyticsCode;
private boolean smtpEnabled;
}