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

Feature/Login #37

Open
alex-zhang opened this issue Aug 28, 2021 · 0 comments
Open

Feature/Login #37

alex-zhang opened this issue Aug 28, 2021 · 0 comments
Assignees
Labels

Comments

@alex-zhang
Copy link
Contributor

alex-zhang commented Aug 28, 2021

Login

User can login the 'poppy' system by user name and password.

UX

for desktop

image

for mobile

Pages & Components & Widgets

/widgets/Login @nolonger21
/widgets/TwoFactorAuth @Woshiajuana

API Spec

http://106.14.147.173:7001/swagger#/AppUI/get_api_v1_app_ui_domain_info__domain_
http://106.14.147.173:7001/swagger#/Authorization/post_api_v1_authorization_session_auth
http://106.14.147.173:7001/swagger#/Authorization/post_api_v1_authorization_session

CSS Variables

I18n Keys

Acceptance Criteria

Given: Use navigate to the login page
When: Input the username and password in the login panel
Then: Use Login to system

  • User can input the username and password in the login panel

username's length is >=4 <=32
password' length is >=6 <=32
password should has one capitalized character at least
password should has one special character at least
password should has one special character at least
password should has one numeric character at least

Given: Use has two factor toggle
Then: Show the Two factor panel

Responsive for mobile

@alex-zhang alex-zhang changed the title Feature/Login Page Feature/Login Sep 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants