do not include pending registrations in accounts and goaway to /admin/accounts after approval or denial of an pending registration
This commit is contained in:
@@ -35,6 +35,8 @@ class Regmod extends \Zotlabs\Web\Controller {
|
||||
if($cmd === 'allow') {
|
||||
if (! account_allow($hash)) killme();
|
||||
}
|
||||
|
||||
goaway('/admin/accounts');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user