File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function activate()
28
28
$ this ->userMetadataModel ->remove ($ user_id , 'registration_token ' );
29
29
}
30
30
31
- $ this ->response ->redirect ($ this ->helper ->url ->to ('auth ' , 'login ' ));
31
+ $ this ->response ->redirect ($ this ->helper ->url ->to ('AuthController ' , 'login ' ));
32
32
}
33
33
34
34
/**
@@ -66,7 +66,7 @@ public function save()
66
66
67
67
if ($ user_id !== false ) {
68
68
$ this ->postCreation ($ values , $ user_id );
69
- return $ this ->response ->redirect ($ this ->helper ->url ->to ('auth ' , 'login ' ));
69
+ return $ this ->response ->redirect ($ this ->helper ->url ->to ('AuthController ' , 'login ' ));
70
70
} else {
71
71
$ errors = array ('username ' => array (t ('Unable to create your account ' )));
72
72
}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function getPluginAuthor()
47
47
48
48
public function getPluginVersion ()
49
49
{
50
- return '1.0.3 ' ;
50
+ return '1.0.4 ' ;
51
51
}
52
52
53
53
public function getPluginHomepage ()
You can’t perform that action at this time.
0 commit comments