-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mailer templates for webauthn_modify_email feature
- Loading branch information
Showing
5 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...nerators/rodauth/templates/app/views/rodauth_mailer/webauthn_authenticator_added.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Someone (hopefully you) has added a WebAuthn authenticator to the | ||
account associated to this email address. There are now <%= @account.webauthn_keys.count %> WebAuthn | ||
authenticator(s) with access to the account. |
3 changes: 3 additions & 0 deletions
3
...rators/rodauth/templates/app/views/rodauth_mailer/webauthn_authenticator_removed.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Someone (hopefully you) has removed a WebAuthn authenticator from the | ||
account associated to this email address. There are now <%= @account.webauthn_keys.count %> WebAuthn | ||
authenticator(s) with access to the account. |