Author Topic: Passwort ändern unterbinen.  (Read 2865 times)

0 Members and 1 Guest are viewing this topic.

Offline parariedel

  • Newbie
  • *
  • Posts: 17
    • View Profile
Passwort ändern unterbinen.
« on: May 09, 2007, 07:04:07 PM »
Hallo,

habe alle User mit Benutzername und Passwort eingerichtet. Nun möchte unser Vorstand unseres Vreins, das die User die Passwörter nicht ändern können.

Wie und wo kann ich das einstellen?

Danke schon mal im voraus.

Gruß Markus

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Passwort ändern unterbinen.
« Reply #1 on: May 09, 2007, 07:23:56 PM »
... das Ändern des Userprofils incl. des Passwortes erfolgt über /templates/<dein_template/member_editprofile.html ...
... dort löscht du dann einfach den folgenden Abschnitt ...
Code: [Select]
<form method="post" action="{url_member}">
  <table width="100%" border="0" cellspacing="0" cellpadding="1">
    <tr>
      <td valign="top" class="head1">
        <table width="100%" border="0" cellpadding="4" cellspacing="0">
          <tr>
            <td colspan="2" valign="top" class="head1">{lang_change_password}</td>
          </tr>
          <tr>
            <td class="row1"><b>{lang_old_password}</b></td>
            <td class="row1"><input type="password" name="current_user_password" size="30" class="input" /></td>
          </tr>
          <tr>
            <td class="row2"><b>{lang_new_password}</b></td>
            <td class="row2"><input type="password" name="user_password" size="30" class="input" /></td>
          </tr>
          <tr>
            <td class="row1"><b>{lang_new_password_confirm}</b></td>
            <td class="row1"><input type="password" name="user_password2" size="30" class="input" /></td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
  <input type="hidden" name="action" value="updatepassword" />
  <p align="center">
    <input type="submit" value="{lang_change_password}" class="button" />
    <input type="reset" value="{lang_reset}" class="button" />
  </p>
</form>

... und der eingeloggte User kann im Kontrollzentrum sein Passwort nicht mehr ändern ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline parariedel

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Passwort ändern unterbinen.
« Reply #2 on: May 09, 2007, 08:32:20 PM »
Hallo,

danke hat funktioniert.


Gruß Markus