#437 Add/change email should check if email is already used
- Untested/incomplete implementation
This commit is contained in:
@@ -121,7 +121,9 @@ public enum MessageKey {
|
||||
|
||||
ANTIBOT_AUTO_ENABLED_MESSAGE("antibot_auto_enabled"),
|
||||
|
||||
ANTIBOT_AUTO_DISABLED_MESSAGE("antibot_auto_disabled", "%m");
|
||||
ANTIBOT_AUTO_DISABLED_MESSAGE("antibot_auto_disabled", "%m"),
|
||||
|
||||
EMAIL_ALREADY_USED_ERROR("email_already_used");
|
||||
|
||||
|
||||
private String key;
|
||||
|
||||
Reference in New Issue
Block a user