Skip to content

Sign in flow UI refactor - #7

Merged
smarcet merged 1 commit into
mainfrom
feature/update-sign-in-page-ux
Mar 31, 2022
Merged

Sign in flow UI refactor#7
smarcet merged 1 commit into
mainfrom
feature/update-sign-in-page-ux

Conversation

@romanetar

Copy link
Copy Markdown
Contributor

Signed-off-by: romanetar <[email protected]>
@romanetar
romanetar force-pushed the feature/update-sign-in-page-ux branch from 95be99f to 041daf8 Compare March 29, 2022 22:02

@smarcet smarcet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@smarcet
smarcet merged commit 036ffbd into main Mar 31, 2022
smarcet pushed a commit that referenced this pull request Apr 21, 2022
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants