I would like to restrict access to my Wordpress site ONLY to authenticated users.
Therefore, when a user visits the site for the first time, they're shown an error message ("Restricted access"), and prompted to login.
In a separate process, I can add users with "Subscriber" level access using the Wordpress built-in User Management tool.
I'll send the user their login credentials.
Once they login, they can then freely navigate the website (ideally re-directed to the same page they originally arrived on, or, re-directed to a configurable URL/page/etc).
Can I do this using AAM? That's the basic gist of what I'm after. I figured out how to restrict access to a specific page (which in my case in the home page) by enabling the "Restricted" option for website visitors. But it just gives a restricted message, no oppty to prompt them to login.
Thanks!
Bonus points: Would like to be able to track when users login. Is it possible to have a report that would show this? Maybe an API that would allow me to notify a channel in Slack?