This website requires JavaScript.
Explore
Help
Sign In
stian
/
gallery3
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Pathduck/gallery3.git
synced
2026-07-29 11:10:37 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
03caee07b44f35c57efec6e61ce9d67a573cc1f3
gallery3
/
modules
/
user
T
History
Tim Almdal
cb3d619b06
When we are changing the password using the change password from as part of the password reset, the input value is in the post[hash] variable as opposed to the get(key) value. This should fix ticket
#850
.
2009-10-26 11:37:03 -07:00
..
controllers
When we are changing the password using the change password from as part of the password reset, the input value is in the post[hash] variable as opposed to the get(key) value. This should fix ticket
#850
.
2009-10-26 11:37:03 -07:00
css
Moved remaining user and group admin css into the new user.css style sheet.
2009-10-23 22:28:26 -06:00
helpers
Created user.css. Moved user-related form css to the new sheet.
2009-10-23 22:25:36 -06:00
lib
Get rid of trailing whitespace in security preamble
2009-05-18 04:13:09 +00:00
models
Require a valid url for users. Fixes ticket
#612
.
2009-08-09 00:02:17 -07:00
tests
Move the filters that the File_Structure_Test use into a seperate file so other tests. can use them. Add a No_Direct_ORM_Access_Test to find all places that the user or group table are accessed outside of the user module. This test will fail at this point, as it in preparation for the IdentityProvider refactor.
2009-10-23 07:48:07 -07:00
views
move controllers and views to the user module to make the Identity Provider refactor smaller
2009-10-23 09:23:02 -07:00
module.info
Add quotes around all values that contain spaces in them, and add a
2009-07-13 10:36:55 -07:00