WordPress frontend user login, reset password, register page, all using theme pages.
On plugin activation 5 login pages are created
- Login Page - Sign In
- Redirect after login - Your Account
- Register Page - Register
- Forgot Password Page - Forgot Your Password?
- Choose New password Page - Pick a New Password
Admins go to normal WP Dashboard
Non-admins are controlled via redirect_after_login() function by default set to go to 'My Account' page, this currently has a redundant shortcode 'member-account'
Dont forget once active to add recapcha keys https://www.google.com/recaptcha/admin#list in the general settings in Dashboard - there are fields for the Site key and Secret key
New option (not in original code) in General Settings to hide the tool bar for non-admin users.
The unaltered code is logsalot.php.github