mirror of
https://github.com/friendica/friendica
synced 2025-05-10 05:44:09 +02:00
Fix formatting all around
This commit is contained in:
parent
669c7dea59
commit
fe89e7760e
7 changed files with 29 additions and 25 deletions
|
@ -225,7 +225,6 @@ class User
|
|||
}
|
||||
|
||||
// So now we are just looking for a space in the full name.
|
||||
|
||||
$loose_reg = Config::get('system', 'no_regfullname');
|
||||
if (!$loose_reg) {
|
||||
$username = mb_convert_case($username, MB_CASE_TITLE, 'UTF-8');
|
||||
|
@ -234,7 +233,6 @@ class User
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
if (!allowed_email($email)) {
|
||||
$result['message'] .= t('Your email domain is not among those allowed on this site.') . EOL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue