This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
web:userauthentication:user_authentication [2018/07/04 00:57] mikeclapp created |
web:userauthentication:user_authentication [2018/07/12 17:19] (current) mikeclapp [Profile Page] |
||
---|---|---|---|
Line 23: | Line 23: | ||
Currently a successful login sets a session variable, reads the username and displays it. Selecting logout from the menu clears that session variable. Trying to access protected content currently displays another login page that remembers what page the user was trying to get to but asks for the login. Once there is a successful login the user is forwarded to the remembered page. | Currently a successful login sets a session variable, reads the username and displays it. Selecting logout from the menu clears that session variable. Trying to access protected content currently displays another login page that remembers what page the user was trying to get to but asks for the login. Once there is a successful login the user is forwarded to the remembered page. | ||
+ | |||
+ | The page currently looks like this but can be changed to be more in line with what we are currently offering. | ||
+ | |||
+ | {{:web:userauthentication:contentaccesslogin.png?600|}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Line 29: | Line 40: | ||
The user profile is accessed by select profile. This is where he can change most values except for the actual login, reset his password and see which AGTEK keys he's on along with their products on them. | The user profile is accessed by select profile. This is where he can change most values except for the actual login, reset his password and see which AGTEK keys he's on along with their products on them. | ||
- | {{:web:userauthentication:userprofile_screen.png?600|}} | + | Note: Screen updated to make better use of horizontal space and make the login visually noneditable. |
+ | {{:web:userauthentication:userprofile2.png?600|}} | ||
+ | |||
+ | Sample CSS for reference | ||
+ | [[https://agtek.s3.amazonaws.com/Agtek/X98c0HXmQtRV]] | ||