mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove login/signup rulesets and use PHP code instead
This commit is contained in:
parent
1d3d6517b3
commit
6a5d68f3a7
7 changed files with 171 additions and 176 deletions
|
|
@ -237,6 +237,7 @@ $lang->msg_input_password = 'Please type the password.';
|
|||
$lang->msg_invalid_document = 'Invalid Article Number';
|
||||
$lang->msg_invalid_request = 'Invalid Request';
|
||||
$lang->msg_invalid_password = 'The password you entered is incorrect.';
|
||||
$lang->msg_password_match = 'The two passwords do not match. Please check for typos.';
|
||||
$lang->msg_security_violation = 'Security Violation';
|
||||
$lang->msg_method_not_allowed = 'This HTTP method is not allowed for this action.';
|
||||
$lang->msg_feature_disabled = 'This feature is disabled.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue