Merge lp:~deadlight/canonical-identity-provider/registration-templates into lp:~deadlight/canonical-identity-provider/vanilla
Proposed by
Karl Williams
on 2019-08-30
Status: | Merged |
---|---|
Approved by: | Karl Williams on 2019-09-04 |
Approved revision: | 1718 |
Merged at revision: | 1719 |
Proposed branch: | lp:~deadlight/canonical-identity-provider/registration-templates |
Merge into: | lp:~deadlight/canonical-identity-provider/vanilla |
Prerequisite: | lp:~deadlight/canonical-identity-provider/notifications-and-errors |
Diff against target: |
241 lines (+74/-104) 4 files modified
src/identityprovider/static_src/scss/styles.scss (+5/-0) src/webui/templates/registration/logout_to_confirm.html (+6/-4) src/webui/templates/registration/two_factor_information.html (+7/-7) src/webui/templates/registration/twofactor.html (+56/-93) |
To merge this branch: | bzr merge lp:~deadlight/canonical-identity-provider/registration-templates |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Anthony Dillon (community) | 2019-08-30 | Approve on 2019-09-03 | |
Review via email:
|
Description of the change
Converted the remaining registration templates to Vanilla
QA:
In terminal 1:
- npm i
- ./node_
- source env/bin/activate
- make start-db
- make run
- Visit http://[CONTAINER IP]:8000/
- Create an account and login
- Add an SSO source
- Go to and test http://[CONTAINER IP]:8000/
- Go to http://[CONTAINER IP]:8000/
To post a comment you must log in.
lp:~deadlight/canonical-identity-provider/registration-templates
updated
on 2019-09-04
- 1719. By Karl Williams on 2019-09-04
-
Make two factor form error use Vanilla form validation styles
LGTM one small comment