Shalitha Suranga wants to merge 6 commits from /u/shalithasuranga/allura/ to master, 2018-10-22
Fix for [#7459]
This will display validation messages as we discussed in ticket. I used keyup event. And since code will duplicate in two location I separated to js file and used as ew resource
This is nice! And good usage of an easywidgets resource.
The attrs min & max should get config values like a few lines below it:
asint(tg.config.get('auth.min_password_len', 6)
This lets site administrators configure different requirements if they wish.I would adjust the wording a little bit, like: "Password must have between _ and _ characters"
And one more place that could use this is the forgotten password recovery form (when you click forgot password, and then get a link in email to reset your password). That form uses
PasswordChangeBase
(parent ofPasswordChangeForm
)Okay sure I will push those changes.
Btw can we remove this code block in
create_account.html
I found that it is not usedYea sounds good to me
Updated MR with above changes.