Jump to content

Disable password change?


Recommended Posts

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...