-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Login user automatically after creation #1928
Copy link
Copy link
Closed
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcome
Milestone
Description
When a user creates a new account, he's redirected to the login page.
It's expected to be logged in at the same time and to be redirected to the main interface.
A solution would be to change app/Controllers/userController.php, createAction method with something like that line 232:
Minz_Session::_param('currentUser', $username);
Minz_Session::_param('passwordHash', $password_hash);
FreshRSS_Auth::giveAccess();What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Good first issue 1️⃣Beginner friendly - New contributors are welcomeBeginner friendly - New contributors are welcome