Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imprv: Exception handling for user authentication #6019

Merged
merged 3 commits into from
Jun 9, 2022

Conversation

kaori-tokashiki
Copy link
Contributor

@kaori-tokashiki kaori-tokashiki commented Jun 9, 2022

Task

97199 usernameがnullの場合、ログイン画面にエラーメッセージを表示する

ScreenShot

Screen Shot 2022-06-09 at 17 37 48

@kaori-tokashiki kaori-tokashiki self-assigned this Jun 9, 2022
@kaori-tokashiki kaori-tokashiki changed the title imprv: Exception handling for LDAP imprv: Exception handling for LDAP Authentication Jun 9, 2022
@kaori-tokashiki kaori-tokashiki changed the title imprv: Exception handling for LDAP Authentication imprv: Exception handling for LDAP authentication Jun 9, 2022
Comment on lines +15 to +18
/*
* User Authentication
*/
export class NullUsernameToBeRegisteredError extends ExtensibleCustomError {}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Usernameがnullの場合のカスタムエラーを NullUsernameToBeRegisteredErrorとして定義しました。

@kaori-tokashiki kaori-tokashiki linked an issue Jun 9, 2022 that may be closed by this pull request
@kaori-tokashiki kaori-tokashiki temporarily deployed to VRT June 9, 2022 08:56 Inactive
@kaori-tokashiki kaori-tokashiki changed the title imprv: Exception handling for LDAP authentication imprv: Exception handling for user authentication Jun 9, 2022
@reg-suit
Copy link

reg-suit bot commented Jun 9, 2022

reg-suit detected visual differences.

Check this report, and review them.

🔴

🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵

What do the circles mean? The number of circles represent the number of changed images.
🔴 : Changed items, ⚪ : New items, ⚫ : Deleted items, and 🔵 Passed items

How can I change the check status? If reviewers approve this PR, the reg context status will be green automatically.

@yuki-takei yuki-takei merged commit f520cb3 into master Jun 9, 2022
@yuki-takei yuki-takei deleted the imprv/97199-ldap-exception-handling branch June 9, 2022 13:07
@github-actions github-actions bot mentioned this pull request Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Bug: Creating user data failed after LDAP authentication succeed
2 participants