Version 1.1.2
September 26, 2019
Added
- allow users to visit
activateAccountSuccessPath
after first time login
Version 1.1.1
September 26, 2019
Added
- harden isLoggedIn query
- ensure storage folder exists
Version 1.1.0
September 26, 2019
Added
- update auth process to use file storage and cookie instead of user session to allow longer authentication sessions
- store auth cookie with hash and with expiry date in browser
- store hash and verify data in file storage
Version 1.0.2
September 25, 2019
Added
- add
craft.email2fa.isVerified
variable to check if a user is verified in twig templates
Version 1.0.1
September 6, 2019
Added
- update instruction text
Version 1.0.0
September 6, 2019
Added
- Initial release