aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates/oauth2
AgeCommit message (Collapse)Author
42 hoursLeft-align the labels.HEADmainFrederick Muriuki Muriithi
42 hoursRemove pagetitle values.Frederick Muriuki Muriithi
44 hoursImprove layout and styling for the login page.Frederick Muriuki Muriithi
44 hoursImprove page copy for the authorisation server.Frederick Muriuki Muriithi
2024-12-20Change log-in page template HTMLzsloan
- Limit width of email/password input fields so they don't stretch across the entire screen - Change 'Authorise' to 'Log in' - Put fields in columns and align the 'Log in' button with the text fields (couldn't figure out a good way to do this, so did something weird with a negative margin on the button)
2024-11-15Make authorise-user template more consistent with GN2 stylezsloan
2024-08-20Pass GET parameters for correct redirection.Frederick Muriuki Muriithi
2024-08-19Show "Forgot Password" link.Frederick Muriuki Muriithi
Provide the user with the "Forgot Password" link, if the backend supports it.
2024-07-12Remove fieldset that breaks UI in google-chrome.Frederick Muriuki Muriithi
2024-06-04auth: scope: Remove confusing UI elementsFrederick Muriuki Muriithi
2024-04-26Pass redirect_uri fields in POST. Use full URLFrederick Muriuki Muriithi
Pass in the missing redirect_uri value along with login data. Use the full URI (complete with request args) as the form's action. This resolves the error raised when wrong credentials are provided.
2023-08-07Change imports to new unified db module.Frederick Muriuki Muriithi