Merge lp://staging/~nataliabidart/ubuntu-sso-client/add-password-reset into lp://staging/ubuntu-sso-client
Proposed by
Natalia Bidart
Status: | Merged |
---|---|
Approved by: | Natalia Bidart |
Approved revision: | 562 |
Merge reported by: | dobey |
Merged at revision: | not available |
Proposed branch: | lp://staging/~nataliabidart/ubuntu-sso-client/add-password-reset |
Merge into: | lp://staging/ubuntu-sso-client |
Diff against target: |
2285 lines (+1056/-596) 6 files modified
bin/ubuntu-sso-login-gui (+5/-4) data/ui.glade (+501/-375) ubuntu_sso/gui.py (+297/-120) ubuntu_sso/main.py (+17/-12) ubuntu_sso/tests/test_gui.py (+221/-69) ubuntu_sso/tests/test_main.py (+15/-16) |
To merge this branch: | bzr merge lp://staging/~nataliabidart/ubuntu-sso-client/add-password-reset |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Eric Casteleijn (community) | Approve | ||
John Lenton (community) | Approve | ||
Rodrigo Moya | Pending | ||
Review via email: mp+31392@code.staging.launchpad.net |
Commit message
Added the password reset functionality.
Description of the change
Added the password reset functionality. To execute, please run:
PYTHONPATH=. ./bin/ubuntu-
To run the tests:
./run-tests
The diff below is huge but mainly because I refactored most of the code to be able to switch to assistance very easily.
To post a comment you must log in.
The window's title doesn't support markup :)
but that's been in there from another branch. This branch looks great!
You don't really need the main_quit function; you can just connect close_callback to gtk.main_quit directly.
I don't know if that is frowned on, however :)