Initial change of theme.

Only themed pages currently are login and reset password pages.
This commit is contained in:
Dane Everitt 2017-01-14 21:32:33 -05:00
parent 16a3514abf
commit 457ed28b0b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
119 changed files with 758 additions and 1703 deletions

View file

@ -1,13 +1,17 @@
<?php
return [
'confirmpassword' => 'Confirm Password',
'emailsent' => 'Your password reset email is on its way.',
'errorencountered' => 'There was an error encountered while attempting to process this request.',
'auth_error' => 'There was an error while attempting to login.',
'authentication_required' => 'Authentication is required in order to continue.',
'remember_me' => 'Remember Me',
'sign_in' => 'Sign In',
'forgot_password' => 'I\'ve forgotten my password!',
'request_reset_text' => 'Forgotten your account password? It is not the end of the world, just provide your email below.',
'reset_password_text' => 'Reset your account password.',
'reset_password' => 'Reset Account Password',
'email_sent' => 'An email has been sent to you with further instructions for resetting your password.',
'failed' => 'These credentials do not match our records.',
'remeberme' => 'Remember Me',
'resetpassword' => 'Reset Password',
'sendlink' => 'Send Password Reset Link',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'totp_failed' => 'The TOTP token provided was invalid. Please ensure that the token generated by your device was valid.',
'password_requirements' => 'Passwords must contain at least one uppercase, lowecase, and numeric character and must be at least 8 characters in length.',
'request_reset' => 'Locate Account'
];