Password Language Register - ACP Add User MOD
Password Language Register
---------------
- Attachments
-
- ACP-Add-User-Passwort.PNG (3.82 KiB) Viewed 182 times
Last edited by rxB975D432pV on Sun May 17, 2015 2:03 pm
-
- Registered User
- Posts: 183
- Joined: Thu Aug 04, 2011 1:54 pm
Re: Password Language Register
---------------
Last edited by rxB975D432pV on Sun May 17, 2015 2:03 pm
-
- Registered User
- Posts: 183
- Joined: Thu Aug 04, 2011 1:54 pm
Re: Password Language Register
Open includes/acp/acp_add_user.php
FIND
AFTER ADD
And you need to upload the language/en/mods/info_add_user_acp_mod.php file found in the download into the language directory that you are using on the board (looks like it may be de?).
FIND
Code: Select all
'PASSWORD_CONFIRM' => $data['password_confirm'],
AFTER ADD
Code: Select all
'L_PASSWORD_EXPLAIN' => $user->lang['PASSWORD_EXPLAIN'] . '<br />' . sprintf($user->lang[$config['pass_complex'] . '_EXPLAIN'], $config['min_pass_chars'], $config['max_pass_chars']),
And you need to upload the language/en/mods/info_add_user_acp_mod.php file found in the download into the language directory that you are using on the board (looks like it may be de?).
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer
Appreciate the extensions/mods/support then you can support me by buying a beer
-
- Former Team Member
- Posts: 22105
- Joined: Wed Jun 22, 2005 4:33 pm
- Location: Your display
- Name: Rich McGirr
Re: Password Language Register
---------------
-
- Registered User
- Posts: 183
- Joined: Thu Aug 04, 2011 1:54 pm