Warning: The author of this contribution does not provide support for it anymore.

ACP Add User MOD

Password Language Register - ACP Add User MOD

Password Language Register

by rxB975D432pV » Fri Nov 18, 2011 6:11 pm

---------------
Attachments
ACP-Add-User-Passwort.PNG
ACP-Add-User-Passwort.PNG (3.82 KiB) Viewed 182 times
Last edited by rxB975D432pV on Sun May 17, 2015 2:03 pm
rxB975D432pV
Registered User
Posts: 183
Joined: Thu Aug 04, 2011 1:54 pm

Re: Password Language Register

by rxB975D432pV » Thu Nov 24, 2011 1:44 pm

---------------
Last edited by rxB975D432pV on Sun May 17, 2015 2:03 pm
rxB975D432pV
Registered User
Posts: 183
Joined: Thu Aug 04, 2011 1:54 pm

Re: Password Language Register

by RMcGirr83 » Fri Nov 25, 2011 12:56 pm

Open includes/acp/acp_add_user.php

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 🍺
User avatar
RMcGirr83
Former Team Member
Posts: 22105
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: Password Language Register

by rxB975D432pV » Fri Nov 25, 2011 3:13 pm

---------------
rxB975D432pV
Registered User
Posts: 183
Joined: Thu Aug 04, 2011 1:54 pm