How can I can the length of the password and password confirm on the join page ?
I want to change it to only 8 charactures long.
Make meaning or die - by Andrey Sivtsov
How can I can the length of the password and password confirm on the join page ?
I want to change it to only 8 charactures long.
You must login to post a comment.
Make Meaning Or Die
|
Unite PeopleG'day! Welcome to BoonEx Blog. We're here to discuss BoonEx products, test them, plan new features together, and help each other grow, prosper and most importantly - unite people. |
Ideas and suggestions are very welcome. Please, check BoonEx DevZone roadmaps before posting, just to avoid duplicates.
Roadmaps: Dolphin, Ray, Orca, Shark, Expertzzz.
We're ready to fix it ASAP, but odds are that this is a known setup issue. Please, check FAQs and Troubleshooters at BoonEx DevZone before posting.
FAQs: Dolphin, Ray, Orca, Shark, Barracuda.
T-shooters:Dolphin, Ray, Orca, Shark, Barracuda.
We really need help and we'd appriciate yours. We welcome you to translate and improve Manuals, Troubleshooters and FAQs in DevZone; answer to posts in this blog; help in Expertzzz Forumz and/or make a donation to support BoonEx.
Please, contact us to request a DevZone account and get access to Docs Wiki.
Goto the Admin Panel
then go to Settings -> Profile Fields Manager -> then edit “Password1″ “password” and “password1″ respectivley (editing the min and max length values to those desired)
Hope this helps
Join page password box still too long
change box length to 8, but still it show as 40 characture long.
any ideas
I need the boxes in the join page and the profile page for passwords to be only 8 charactures long. With the abililty for members or new members to only type 8 characture.
I think there is a problem the new members joining as the box is 40 charatures long and you can only type to 8 charactures.
If your like me I automatically type in my past word and without seeing what is wriiten presume its been entered ok.
I think the password box should be 8 charatures only with a message saying enter password (no longer than 8 charactures.
@littlepaws
You can do that in following steps:
- Enter your Database;
- Browse table “ProfilesDesc”;
- Change value of ‘extra’ column for “Password”, “Password,Password2″, “Password,Password1″ rows from 40 to 8;
- Open file “join_form.css” (line 131);
- Edit following:
.input_text_edit, .input_type_password {width:258px;
}
removing
width:258px;That should do.