Changeset 15287 for main/waeup.kofa/trunk/src/waeup/kofa/doctests
- Timestamp:
- 9 Jan 2019, 21:17:08 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/doctests/authentication.txt
r12951 r15287 30 30 terms) with a password (and optional a title or description): 31 31 32 >>> root['app']['users'].addUser('bob', 'bob secret',32 >>> root['app']['users'].addUser('bob', 'bobSecret1', 33 33 ... title='Bob', description='A sample user') 34 34 … … 186 186 187 187 >>> browser.getControl(name='form.login').value = 'bob' 188 >>> browser.getControl(name='form.password').value = 'bob secret'188 >>> browser.getControl(name='form.password').value = 'bobSecret1' 189 189 >>> browser.getControl('Login').click() 190 190
Note: See TracChangeset for help on using the changeset viewer.