Changeset 4617 for waeup/branches/ulif-layout/src
- Timestamp:
- 2 Jan 2010, 10:52:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/authentication.txt
r4613 r4617 71 71 False 72 72 73 >>> 'form.logout' in browser.contents 74 True 73 >>> logout = browser.getLink('Logout') 74 >>> logout 75 <Link text='Logout' url='http://localhost/app/@@logout'> 75 76 76 77 The user title is also displayed in the sidebar: … … 81 82 We can also log out afterwards: 82 83 83 >>> browser.getControl(name='form.logout').click()84 >>> logout.click() 84 85 85 86 Now we are logged out again:
Note: See TracChangeset for help on using the changeset viewer.