Additional security email alerts

Thanks @Nail1684 - btw that particular request, although related to this post, it is specifically:

”Add an option to enable email notifications for all logins, including the ones from a recognized device” (not related to 2 factor auth changes as the previous messages)

This seems an easy feature to implement as the notification system already exists.
It would just be to modify the current rule that:

  • checks if it is a recognized devices and doesn’t send email

change to

  • check if its a recognized device and also send email (change email template to let user know its a recognize device)
  • and add the option in the user account settings to change that notification rule to either “notify only when unrecognized device tries login” or “always notify, even for recognized device logins”