change template format and text - #4
Merged
Merged
Conversation
smarcet
reviewed
Dec 21, 2021
| <tr> | ||
| <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;"> | ||
| <div style="font-family:open Sans Helvetica, Arial, sans-serif;font-size:16px;line-height:1;text-align:center;color:#000000;">You are receiving this email because you changed your password.</div> | ||
| <div style="font-family:open Sans Helvetica, Arial, sans-serif;font-size:16px;line-height:1;text-align:center;color:#000000;">The password was reset for FNid <a href="#" style="text-decoration:none !important;color:black !important; cursor:default !important; font-weight:bold">{!!$user_email!!}</a>.</div> |
Collaborator
There was a problem hiding this comment.
please dont explicitly mention FNid instead use {!! Config::get("app.name") !!}
Contributor
Author
There was a problem hiding this comment.
this has been fixed
Signed-off-by: romanetar <[email protected]>
romanetar
force-pushed
the
feature/password-reset-email-template
branch
from
December 22, 2021 19:14
1e70cc1 to
1c5a83c
Compare
smarcet
pushed a commit
that referenced
this pull request
Apr 21, 2022
Signed-off-by: romanetar <[email protected]>
smarcet
added a commit
that referenced
this pull request
Jun 16, 2022
* home page refactor Signed-off-by: romanetar <[email protected]> * signup page refactor Signed-off-by: romanetar <[email protected]> * auth flow pages refactor Signed-off-by: romanetar <[email protected]> * Allow to configure Welcome User email sending added env variable MAIL_SEND_WELCOME_EMAIL=1|0 Signed-off-by: [email protected] <[email protected]> Change-Id: Idbb5a3b054d8525520024c6082c64c40f0f5da70 * Updated default profile PIC for user added new variable DEFAULT_PROFILE_IMAGE Signed-off-by: [email protected] <[email protected]> Change-Id: Idee436af38fcf272e90daf9ddf6c9bcb20b31322 * Added alt attribute to header image Signed-off-by: [email protected] <[email protected]> Change-Id: I510e355eda10aa75843e5d1d6b1fb1128d85dc7e * Added social login process custom error Signed-off-by: [email protected] <[email protected]> Change-Id: Ib3b82b32374a70604943b63b2c1c198c4a0a24e1 * Fixed get ip address method Signed-off-by: [email protected] <[email protected]> Change-Id: I176d6bf9cb8bd8b3f8f663183e062b63378aa532 * User update by id removed 403 if current user is not present Signed-off-by: [email protected] <[email protected]> Change-Id: I7c7c045f0f92d9fa90aa05b5cdf7b7b82cd461af * Fixed login hint config rendering Signed-off-by: [email protected] <[email protected]> Change-Id: I5bca66f3acd3ba74acd0865301c4f55635b71cf2 * Added log info Signed-off-by: [email protected] <[email protected]> Change-Id: I08c03df0e9e0227b4d345bf6c15498076ccbcdb8 * Fixed missing sprintf Signed-off-by: [email protected] <[email protected]> Change-Id: Ic45e2aca15994d0479b5ba7766f8842b249fdf97 * Fix prompt logic Signed-off-by: [email protected] <[email protected]> Change-Id: Ibaa3b125ddd19e6e735e683f5ba98477b4eefa98 * Improved invalid offline access invalid error feedback Signed-off-by: [email protected] <[email protected]> Change-Id: I9e8fed69788b93c6e1a782e7220837e137a7706f * Added log info Signed-off-by: [email protected] <[email protected]> Change-Id: Id521ad666c5d86c966ef8e779bf0c7c8ca8da9bf * change template format and text (#4) Signed-off-by: romanetar <[email protected]> * Sign in flow UI refactor (#7) Signed-off-by: romanetar <[email protected]> * Markup and css tweaks Signed-off-by: [email protected] <[email protected]> Change-Id: Ibe65c64b554da0d6e3ceb85d2576aebbfe2c509a * Fix on image logo link redirect to /auth/login Signed-off-by: [email protected] <[email protected]> Change-Id: Iff4189f936966a95e95a94dffb6cc731fd1a545c * Added missing variable Signed-off-by: [email protected] <[email protected]> Change-Id: I8ef980ff75c81edc96123d0676410de028afba87 * Fix on code of conduct alignment Signed-off-by: [email protected] <[email protected]> Change-Id: I5c1cc549cb7f1ed9472f1d9efde5e71f073a998e Co-authored-by: [email protected] <[email protected]>
smarcet
added a commit
that referenced
this pull request
Jun 16, 2022
* home page refactor Signed-off-by: romanetar <[email protected]> * signup page refactor Signed-off-by: romanetar <[email protected]> * auth flow pages refactor Signed-off-by: romanetar <[email protected]> * Allow to configure Welcome User email sending added env variable MAIL_SEND_WELCOME_EMAIL=1|0 Signed-off-by: [email protected] <[email protected]> Change-Id: Idbb5a3b054d8525520024c6082c64c40f0f5da70 * Updated default profile PIC for user added new variable DEFAULT_PROFILE_IMAGE Signed-off-by: [email protected] <[email protected]> Change-Id: Idee436af38fcf272e90daf9ddf6c9bcb20b31322 * Added alt attribute to header image Signed-off-by: [email protected] <[email protected]> Change-Id: I510e355eda10aa75843e5d1d6b1fb1128d85dc7e * Added social login process custom error Signed-off-by: [email protected] <[email protected]> Change-Id: Ib3b82b32374a70604943b63b2c1c198c4a0a24e1 * Fixed get ip address method Signed-off-by: [email protected] <[email protected]> Change-Id: I176d6bf9cb8bd8b3f8f663183e062b63378aa532 * User update by id removed 403 if current user is not present Signed-off-by: [email protected] <[email protected]> Change-Id: I7c7c045f0f92d9fa90aa05b5cdf7b7b82cd461af * Fixed login hint config rendering Signed-off-by: [email protected] <[email protected]> Change-Id: I5bca66f3acd3ba74acd0865301c4f55635b71cf2 * Added log info Signed-off-by: [email protected] <[email protected]> Change-Id: I08c03df0e9e0227b4d345bf6c15498076ccbcdb8 * Fixed missing sprintf Signed-off-by: [email protected] <[email protected]> Change-Id: Ic45e2aca15994d0479b5ba7766f8842b249fdf97 * Fix prompt logic Signed-off-by: [email protected] <[email protected]> Change-Id: Ibaa3b125ddd19e6e735e683f5ba98477b4eefa98 * Improved invalid offline access invalid error feedback Signed-off-by: [email protected] <[email protected]> Change-Id: I9e8fed69788b93c6e1a782e7220837e137a7706f * Added log info Signed-off-by: [email protected] <[email protected]> Change-Id: Id521ad666c5d86c966ef8e779bf0c7c8ca8da9bf * change template format and text (#4) Signed-off-by: romanetar <[email protected]> * Sign in flow UI refactor (#7) Signed-off-by: romanetar <[email protected]> * Markup and css tweaks Signed-off-by: [email protected] <[email protected]> Change-Id: Ibe65c64b554da0d6e3ceb85d2576aebbfe2c509a * Fix on image logo link redirect to /auth/login Signed-off-by: [email protected] <[email protected]> Change-Id: Iff4189f936966a95e95a94dffb6cc731fd1a545c * Added missing variable Signed-off-by: [email protected] <[email protected]> Change-Id: I8ef980ff75c81edc96123d0676410de028afba87 * Fix on code of conduct alignment Signed-off-by: [email protected] <[email protected]> Change-Id: I5c1cc549cb7f1ed9472f1d9efde5e71f073a998e Co-authored-by: [email protected] <[email protected]>
smarcet
added a commit
that referenced
this pull request
Jul 23, 2026
TwoFactorForm computed `expired` to show the countdown message but never used it to gate submission. A submit after expiry always fails server-side with mfa_verification_failed, which counts against the 2fa.rate:verify middleware's 3-attempt window - letting a user burn that budget on guaranteed-fail submits and get 429-locked out of the login flow entirely. Disable the VERIFY button and short-circuit handleSubmit (Enter-key defense in depth) once expired is true. PR #142 review finding #4.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref https://tipit.avaza.com/project/view#!tab=task-pane&groupby=MyTaskDueDate&view=vertical&task=2592098&fileview=grid