Guest Posted March 9, 2007 Posted March 9, 2007 Hi All I used a contribution called restrict_website forcing customers to contact us for an authorization word before they can create an account. See contib After following the instructions, whenever I am promted to enter the authorization word in create account... the word is not recognized and an error is returned. Try Visit My Website signing up, the authorization word is lowprices. The catalog also has logged-in prices v4 and have recently added (create accounts) contrib Thanks
worldpar Posted March 13, 2007 Posted March 13, 2007 I have more bad news I’m afraid. I tried to log on using the authorization word “lowprices” and Even though the pass word has been entered I’m getting the same error box you get if you left a field blank. Telling me I must enter the authorization word and to contact you to get it. Thanks Worldpar
kirkside Posted March 19, 2007 Posted March 19, 2007 Same problem here. Just installed it as it sounded perfect for what I want. Unfortunately, I get the same problem. How do you give this authorisation word?
kirkside Posted March 19, 2007 Posted March 19, 2007 Or do you simply have to create the account in admin yourself and then get the customer to fill in their details along with the auth code that you put in the DOB field.
lsamp Posted May 18, 2007 Posted May 18, 2007 Or do you simply have to create the account in admin yourself and then get the customer to fill in their details along with the auth code that you put in the DOB field. I am having the same problem. Has anyone found a solution to this?
pahrump_mike Posted July 15, 2007 Posted July 15, 2007 The authorization word needs to be at least 10 characters long to work, unless you change the javascript, when I read the pagesource and figured out the problem I changed my authorization word rather than figuring out how to change the script. function check_form(form_name) { if (submitted == true) { alert("This form has already been submitted. Please press Ok and wait for this process to be completed."); return false; } error = false; form = form_name; error_message = "Errors have occured during the process of your form.\n\nPlease make the following corrections:\n\n"; check_input("firstname", 2, "Your First Name must contain a minimum of 2 characters."); check_input("lastname", 2, "Your Last Name must contain a minimum of 2 characters."); check_input("dob", 10, "You must fill in the Authorization Word - Contact us for this"); check_input("email_address", 6, "Your E-Mail Address must contain a minimum of 6 characters."); check_input("street_address", 5, "Your Street Address must contain a minimum of 5 characters."); check_input("postcode", 4, "Your Post Code must contain a minimum of 4 characters."); check_input("city", 3, "Your City must contain a minimum of 3 characters."); check_select("country", "", "You must select a country from the Countries pull down menu."); check_input("telephone", 3, "Your Telephone Number must contain a minimum of 3 characters."); check_password("password", "confirmation", 5, "Your Password must contain a minimum of 5 characters.", "The Password Confirmation must match your Password."); check_password_new("password_current", "password_new", "password_confirmation", 5, "Your Password must contain a minimum of 5 characters.", "Your new Password must contain a minimum of 5 characters.", "The Password Confirmation must match your new Password."); if (error == true) { alert(error_message); return false; } else { submitted = true; return true; } }
netvida Posted July 29, 2007 Posted July 29, 2007 Anyone have an idea of where to change the characters length of the authorization word. I went in to the MySQL db and tried to change the dob field from DATETIME to VARCHAR thinking that this is where to make the change, but it did not work. There must be somewhere else to make this change. Any ideas would be a big help because my client wants to keep the wholesale pw they've been using for the last few years and it is only 7 chars...
ssnb Posted July 14, 2009 Posted July 14, 2009 just came across this post so thought I would reply in case it helps someone.... change the DOB minimum required amount in admin > configuration > minimum amount
Recommended Posts
Archived
This topic is now archived and is closed to further replies.