Differences Between: [Versions 401 and 402]
(no description)
File Size: | 310 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
send_login_notifications_test:: (8 methods):
test_login_notification()
test_login_notification_skip_same_ip()
test_login_notification_skip_same_browser()
test_login_notification_skip_mobileapp()
test_login_notification_custom_change_password_url()
test_mobile_app_login_notification()
test_mobile_app_login_notification_skip_same_ip()
test_mobile_app_login_notification_skip_same_device()
Class: send_login_notifications_test - X-Ref
Contains tests for login related notifications.test_login_notification() X-Ref |
Test new login notification. |
test_login_notification_skip_same_ip() X-Ref |
Test new login notification is skipped because of same IP from last login. |
test_login_notification_skip_same_browser() X-Ref |
Test new login notification is skipped because of same browser from last login. |
test_login_notification_skip_mobileapp() X-Ref |
Test new login notification is skipped because of auto-login from the mobile app (skip duplicated notifications). |
test_login_notification_custom_change_password_url() X-Ref |
Test new login notification where the user auth method provides a custom change password URL |
test_mobile_app_login_notification() X-Ref |
Test new mobile app login notification. |
test_mobile_app_login_notification_skip_same_ip() X-Ref |
Test new mobile app login notification skipped becase of same last ip. |
test_mobile_app_login_notification_skip_same_device() X-Ref |
Test new mobile app login notification skipped becase of same device. |