diff options
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php index 96015c219..698137346 100644 --- a/actions/register.php +++ b/actions/register.php @@ -259,6 +259,7 @@ class RegisterAction extends Action // Re-init language env in case it changed (not yet, but soon) common_init_language(); + $this->showSuccess(); } else { $this->showForm(_('Invalid username or password.')); |