BOONEX.COM BOONEX BLOG BOONEX DEVZONE



Join page password box

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.

4 Responses to “Join page password box”


  1. 1 nuccca

    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

  2. 2 littlepaws

    Join page password box still too long

    change box length to 8, but still it show as 40 characture long.

    any ideas

  3. 3 littlepaws

    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.

  4. 4 Victor T.

    @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.

Leave a Reply

You must login to post a comment.