This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Fix for issue 2060: When password is provided during the register process now the user is redirected correctly.
pull/2076/head
Michael Vogel
5 years ago
parent
a552845d8f
commit
830870c58e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mod/register.php
+ 3
- 0
mod/register.php
View File
@ -100,6 +100,9 @@ function register_post(&$a) {
)
.
EOL
);
}
}
else
{
info
(
t
(
'Registration successful.'
)
.
EOL
)
;
goaway
(
z_root
());
}
}
elseif
(
$a
->
config
[
'register_policy'
]
==
REGISTER_APPROVE
)
{
Write
Preview
Loading…
Cancel
Save