+ Reply to Thread
Results 1 to 2 of 2

Thread: Auth Form Bug

  1. #1
    Senior Member
    Join Date
    Oct 2014
    Posts
    169

    Auth Form Bug

    When posting ad / allow guest to post
    many users turned away because they can't enter email / form limit


    Login
    username/email is 25 character <- too short
    password is 25 character <- too short


    Sign Up
    username/email is 100 character
    password is 150


    Can you fix this in next release.

    signup.jpg

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,169
    Hello,

    go to ftp > templates > your template > controllers > add-listing > auth_form.tpl > change maxlength="25" to your value

+ Reply to Thread