Actions
Bug #4941
closedUnable to create new user in organization
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1082142
Description of problem: When trying to create new user in organization, I get
Warning!
too few arguments
full trace:
ArgumentError
too few arguments
app/controllers/users_controller.rb:20:in `create'
app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
lib/middleware/catch_json_parse_errors.rb:9:in `call'
How reproducible: always/deterministic
Steps to Reproduce:
1. select organization
2. Administer -> Users -> New User
3. Fill in data (..., authorized by INTERNAL, password)
Actual results:
warining, no user created
Expected results:
no warning, user created
Additional info:
- I also tried create new organization than ACME * had to enable locations * still does not work
- creating user in no org context is possible * it is possible to then add user to org
Updated by Ohad Levy almost 11 years ago
can you please provide foreman-debug?
thanks
Updated by Dominic Cleal almost 11 years ago
- Is duplicate of Bug #4757: Can't create a new user added
Updated by Dominic Cleal almost 11 years ago
- Status changed from New to Duplicate
Actions