If the user is already authenticated, and if he tries to go to the signin page, he actually can access this page. He should be redirected to home page.
Scenario
open the app
go to login page
type login and password
clic on Validate button
change url in browser to set <url>/signin
Acceptance test
When url <url>/signin is validated, sign-in page is loadded and it redirects the user to home page (<url>/home)
# Problem
If the user is already authenticated, and if he tries to go to the signin page, he actually can access this page. He should be redirected to home page.
# Scenario
- open the app
- go to login page
- type login and password
- clic on `Validate` button
- change url in browser to set `<url>/signin`
# Acceptance test
When url `<url>/signin` is validated, sign-in page is loadded and it redirects the user to home page (`<url>/home`)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
If the user is already authenticated, and if he tries to go to the signin page, he actually can access this page. He should be redirected to home page.
Scenario
Validatebutton<url>/signinAcceptance test
When url
<url>/signinis validated, sign-in page is loadded and it redirects the user to home page (<url>/home)Fixed by commit
3865c26397.