Commit cd85840b by François C.

Merge branch '3414-no-change-mail' into 'main'

3414 no change mail

See merge request !8
parents 2c35701c e50d5336
...@@ -279,7 +279,7 @@ $qa_content['form_profile'] = array( ...@@ -279,7 +279,7 @@ $qa_content['form_profile'] = array(
'value' => qa_html(isset($inemail) ? $inemail : $useraccount['email']), 'value' => qa_html(isset($inemail) ? $inemail : $useraccount['email']),
'error' => isset($errors['email']) ? qa_html($errors['email']) : 'error' => isset($errors['email']) ? qa_html($errors['email']) :
($pending_confirmation ? qa_insert_login_links(qa_lang_html('users/email_please_confirm')) : null), ($pending_confirmation ? qa_insert_login_links(qa_lang_html('users/email_please_confirm')) : null),
'type' => $pending_confirmation ? 'email' : ($isblocked ? 'static' : 'email'), 'type' => 'static',
), ),
'messages' => array( 'messages' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment