Hello. Thanks for the clarification.
I’ve never used the plugin, so I had to check the code and… I guess nobody has ever thought that situation could be confusing for users, hence there’s no alternative landing page from what I see, and would have to be added and coded properly (you might want to suggest it as an issue on GitHub plugin page).
Some alternative (easier) solutions:
- you could edit the message shown to users, informing then they will be taken to the login page but they will still need to wait for approval from the Admin; the actual message can be found in the
UserController.php
plugin file; - there’s a configuration option that allow users who’ve just registered to login “anonymously”, while still waiting for Admin confirmation; not sure whether that could do for your case, though.
Hope this helps.