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

API UsersManager.* accepting $userLogin should work well when super user login is passed #582

Closed
mattab opened this issue Mar 3, 2009 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 3, 2009

Currently when super user login is passed to the UsersManager function accepting a $userLogin parameter, result is not always right.

However results are accurate when the super user token_auth is used.

We should fix implementation so that result is accurate when $userLogin is set to the super user login.

Also we should check that other API methods accepting logins are expected to receive the Super User login.

@mattab
Copy link
Member Author

mattab commented Mar 30, 2009

(In 1040) – fixes #582 API UsersManager.\* accepting $userLogin should work well when super user login is passed
- adding tests
- tests are much faster now: only creating/droping DB and tables once per class rather than once per method
- fixing broken test (infinite recursion in datatable calls destruct +100 times)

@mattab mattab added this to the RobotRock milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant