From e18f080a81c34204d7aa66441cdf9734d88cb30d Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 13 Mar 2016 22:18:45 -0400 Subject: Fix maxlengths for fields on user objects Usernames, aliai, and email addresses are capped at 50 chars in the backend --- app/view/common/setting.modal.view.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/view/common/setting.modal.view.php') diff --git a/app/view/common/setting.modal.view.php b/app/view/common/setting.modal.view.php index c9587a0..93a273a 100644 --- a/app/view/common/setting.modal.view.php +++ b/app/view/common/setting.modal.view.php @@ -63,12 +63,12 @@
- +
- +
getCurrentUser()->email != "" && $mod->getCurrentUser()->emailConf == 0) { ?> @@ -147,7 +147,7 @@
- +
@@ -168,12 +168,12 @@
- +
- +
-- cgit v1.2.3