1
0
Fork 0

Merge pull request #6336 from MrPetovan/bug/6334-get-app-namespace

Move mod/register to Module\Register
This commit is contained in:
Michael Vogel 2019-01-23 07:40:58 +01:00 committed by GitHub
commit 48e0b943a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 388 additions and 348 deletions

View file

@ -24,7 +24,7 @@ return [
'php_path' => '{{$phpath}}',
'admin_email' => '{{$adminmail}}',
'sitename' => 'Friendica Social Network',
'register_policy' => REGISTER_OPEN,
'register_policy' => \Friendica\Module\Register::OPEN,
'max_import_size' => 200000,
],
'system' => [

View file

@ -41,7 +41,7 @@
</div>
<div id="register-email-end" ></div>
{{if $passwords}}
{{if $ask_password}}
{{include file="field_password.tpl" field=$password1}}
{{include file="field_password.tpl" field=$password2}}
{{/if}}