mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
added user verification option in admin settings
This commit is contained in:
@@ -291,6 +291,8 @@ return [
|
||||
'admin_settings.email.username_plac' => 'Type your mail username',
|
||||
'admin_settings.others.allow_registration' => 'Allow User Registration',
|
||||
'admin_settings.others.allow_registration_help' => 'You can disable public registration for new users. You will still able to <br/>create new users in administration panel.',
|
||||
'admin_settings.others.allow_user_verification' => 'Allow User Email Verification',
|
||||
'admin_settings.others.allow_user_verification_help' => 'Turn on, if you want to allow user email verification.',
|
||||
'admin_settings.others.cache_clear' => 'Clear Cache',
|
||||
'admin_settings.others.cache_disclaimer' => 'Did you change anything in your .env file or change your Stripe credentials? Then clear your cache.',
|
||||
'admin_settings.others.contact_email' => 'Contact Email',
|
||||
@@ -472,6 +474,9 @@ return [
|
||||
'page_sign_in.placeholder_password' => 'Type your password',
|
||||
'page_sign_in.subtitle' => 'Confirm you by your password',
|
||||
'page_sign_in.title' => 'Are You {name}?',
|
||||
'page_not_verified.subtitle' => 'Your account is not verified. Before login, verify your account please.',
|
||||
'page_not_verified.resend_text' => 'Do you want resend verification email?',
|
||||
'page_not_verified.resend_button' => 'Resend verification email.',
|
||||
'popup_create_folder.folder_default_name' => 'New Folder',
|
||||
'popup_create_folder.label' => 'Type Name',
|
||||
'popup_create_folder.placeholder' => 'Type your name',
|
||||
|
||||
Reference in New Issue
Block a user