complete story 2.4 with qa test and added a feature disallowing admin from deactivating his own account

This commit is contained in:
Naser Mansour
2025-12-26 16:10:52 +02:00
parent b207be196e
commit f508f2b7bf
15 changed files with 1656 additions and 69 deletions
+15
View File
@@ -8,6 +8,21 @@ return [
'account_type_changed_body' => 'We would like to inform you that your account type has been changed to :type.',
'account_type_changed_note' => 'All your previous consultations and timelines are still preserved and accessible.',
// Account Reactivated
'account_reactivated_subject' => 'Your Account Has Been Reactivated',
'account_reactivated_title' => 'Your Account Has Been Reactivated',
'account_reactivated_greeting' => 'Hello :name,',
'account_reactivated_body' => 'We are pleased to inform you that your account has been reactivated. You can now log in and access all your data.',
'account_reactivated_note' => 'If you did not expect this change, please contact support immediately.',
// Password Reset by Admin
'password_reset_by_admin_subject' => 'Your Password Has Been Reset',
'password_reset_by_admin_title' => 'Your Password Has Been Reset',
'password_reset_by_admin_greeting' => 'Hello :name,',
'password_reset_by_admin_body' => 'An administrator has reset your password. Please use the new password below to log in.',
'your_new_password' => 'Your New Password',
'password_reset_by_admin_note' => 'For security, we recommend changing this password after logging in.',
// Common
'login_now' => 'Login Now',
'regards' => 'Regards',