Hi,
By CB default (I think), when users edit their profiles, they are asked to verify passwords. And I found that, while I just edited my own profile, there are another field, "Current Password" was added to Contact Info. So I had to put password twice (at verify password and current password) in order to edit my profile. Is there a way that editing profile can be simpler?
Thanks.
They are not asked to verify password for each profile edit. That is your browsers auto-complete ignoring autocomplete="off". Turn off browser auto-complete or remove the saved password to stop this otherwise you'll have to empty that the password input on each update. We've already done what we can with autocomplete="off" and it's up to the browser to respect it (maybe a browser setting to make it respect it?).
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: nant, swampy5
Thanks. I tried the autocomplete off, then I did not have to verify the password. Though the users with same browser and with autocomplete "on" will have to.
It's just browser behavior. There's nothing we can do about it. The autocomplete="off" HTML attribute (we already add it to password fields) only became valid with HTML5 and it's up to the browser whether it wants to respect it or not.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.