speclostpass.php

来自「一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG」· PHP 代码 · 共 28 行

PHP
28
字号
<?php$lang['CHANGE_PASS_INTRO'] = 'To change your password, we first need to send you a "Permission Key" so that you may access this restricted feature. Once you have received the key, return to this page and enter the information below. Please note, your "Permission Key" will only work for your Username.';$lang['next_step'] = 'Next Step';$lang['PASS_EMAIL_SUBJECT'] = 'Permission Key for %s.';$lang['PASS_EMAIL_TEXT'] ='Your permission key for %s is %s.';$lang['get_your_key'] = 'Get Your Permission Key';$lang['GET_YOUR_KEY'] = 'Your key will be sent to the email address you provided when registering.';$lang['send_key'] = 'Send Permission Key';$lang['change_password'] = 'Change Your Password';$lang['permission_key'] = 'Permission Key';$lang['new_password'] = 'New Password';//messages$lang['PASSWORD_CHANGE_FAILED'] = 'Password Change failed: Incorrect Permission Key or Username';$lang['PASSWORD_CHANGED'] = 'Password updated successfully for <tt>%s</tt>.';$lang['PROVIDE_PASSWORD'] = 'You must provide a new password.';$lang['PROVIDE_PERMISSION_KEY'] = 'You must provide a Permission Key to change your password';$lang['PERMISSION_KEY_SENT'] = 'Permission Key sent successfully. Retrieve the key form your email and use it to change your password using the form below.';$lang['PERMISSION_KEY_NOT_SENT'] = 'Failed to send Permission Key to the provided email address, please contact the website administrator for additional help.';$lang['NO_EMAIL_FOR_ACCOUNT'] = 'An email address was not provided for this account. Please contact the website administrator for additional help.';

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?