From 0e0a11dfced956a10f6119e9ad0501ea4122b4a7 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 22 Jul 2019 21:12:45 +0200 Subject: [PATCH] make sure custom alias must have at least 3 character in authorize --- app/oauth/templates/oauth/authorize.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/oauth/templates/oauth/authorize.html b/app/oauth/templates/oauth/authorize.html index 93cfda03..6ff80efa 100644 --- a/app/oauth/templates/oauth/authorize.html +++ b/app/oauth/templates/oauth/authorize.html @@ -61,12 +61,17 @@ {% if current_user.can_create_custom_email() %}
OR
- +
.{{ email_suffix }}@{{ EMAIL_DOMAIN }}
+ + Custom alias use alphanumeric characters and must be at least 3 characters + {% endif %}