alexa28 Posted October 30, 2011 Share Posted October 30, 2011 Hello all, I have a demo login for my website. Is it possible to somehow block the password change ability? I don't want to have some idiot who is bored loggin in and changing the password on the demo account. thanks Link to comment Share on other sites More sharing options...
alexa28 Posted October 31, 2011 Author Share Posted October 31, 2011 Noone knows?? Link to comment Share on other sites More sharing options...
alexa28 Posted November 1, 2011 Author Share Posted November 1, 2011 bump... Link to comment Share on other sites More sharing options...
alexa28 Posted November 3, 2011 Author Share Posted November 3, 2011 Seriously, noone knows? not even prestashop staff? Link to comment Share on other sites More sharing options...
alexa28 Posted November 5, 2011 Author Share Posted November 5, 2011 bump.. Link to comment Share on other sites More sharing options...
Dave L Posted November 5, 2011 Share Posted November 5, 2011 You could delete the password fields in your themes identity.tpl file. Backup the file first and then try deleting: <p class="required text"> <label for="old_passwd">{l s='Current Password'}</label> <input type="password" name="old_passwd" id="old_passwd" /> <sup>*</sup> </p> <p class="password"> <label for="passwd">{l s='New Password'}</label> <input type="password" name="passwd" id="passwd" /> </p> <p class="password"> <label for="confirmation">{l s='Confirmation'}</label> <input type="password" name="confirmation" id="confirmation" /> </p> Link to comment Share on other sites More sharing options...
alexa28 Posted November 5, 2011 Author Share Posted November 5, 2011 You could delete the password fields in your themes identity.tpl file. Backup the file first and then try deleting: <p class="required text"> <label for="old_passwd">{l s='Current Password'}</label> <input type="password" name="old_passwd" id="old_passwd" /> <sup>*</sup> </p> <p class="password"> <label for="passwd">{l s='New Password'}</label> <input type="password" name="passwd" id="passwd" /> </p> <p class="password"> <label for="confirmation">{l s='Confirmation'}</label> <input type="password" name="confirmation" id="confirmation" /> </p> Hello, Thank you for replying.. Seems like there aren't any people from prestashop replying here I cannot remove the password change, because I need the option for the other account. I just need this demo account to have a password lock. Possible? Link to comment Share on other sites More sharing options...
Dave L Posted November 5, 2011 Share Posted November 5, 2011 Sorry, not sure how you would achieve that for a single account. If someone did change the password you can simply change it in your BO. Link to comment Share on other sites More sharing options...
alexa28 Posted November 5, 2011 Author Share Posted November 5, 2011 Sorry, not sure how you would achieve that for a single account. If someone did change the password you can simply change it in your BO. Problem is there are always idiots who think its fun to ruin other peoples work. So I'm sure there will be many cases where login won't work, and I will get tons of emails where people say "not working".. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now