Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set user/pass option will conflict with user permissions #16

Open
NewUserHa opened this issue Mar 13, 2021 · 1 comment
Open

set user/pass option will conflict with user permissions #16

NewUserHa opened this issue Mar 13, 2021 · 1 comment

Comments

@NewUserHa
Copy link

if the user window has a user says name:a pwd:b, then set / point's access to the user a, and choose one of many files in / to use set user/pass option to set name:c pwd:d.
then go to the web to access the file using a:bwill get no permission, using c:d will get error username not found.

I checked the web did send the right request with POST. and the hfs UI loged the requests but without the form data. so guess may be an issue with the hfs server end.

ps. also found the delete(with rename) permission wouldn't work at all. What would delete and rename option of the web do? will it delete/rename files just in vfs? or actually on disk?

@NaitLee
Copy link

NaitLee commented Jun 26, 2021

Firstly, "set user/pass" is a deprecated technique (actually not usable now).
And, when "delete" permission is guaranteed, template side will allow "delete" and "rename" actions (by macros), on real disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants