Page 1 of 1

inconsistent password and user permissions.

Posted: 01 Jul 2007, 22:43
by tomavery
version 17

issue 1.

worked with passwords.php and ensured all files and folders set to 777

If i add a couple restricted users and my password in there not all work.

if i rearrange them some more start to work.

leave guest on the BOTTOM all work.

issue 2.

restricted users. I have multiple groups with multiple folders.

admin works fine most of the time.

groups and folders structure:
-- Aria
---- folder1
---- folder2

-- Home
---- hfolder1
---- hfolder2

user
$data['password1'] = 'content/Aria/';

He cannot upload to folder1 under Aria
change him to
$data['password1'] = 'content/Aria/folder1/';

and he can upload to folder1 but nothing else. (which would be right)

Any ideas on these issues?

I rolled back

Posted: 02 Jul 2007, 16:52
by tomavery
I downloaded the 16.2 version.

Did exactly the same thing and it works like a champ.

This will hold for now, but would like to get the 17 working.