carl0s
Dabbler
- Joined
- Sep 16, 2012
- Messages
- 32
Can't add users - unexpected keyword argument 'locked'.
I searched the support site like it says to above, and I found a couple of changesets relating to this area of stuff, but no comments or actual bug reports or workarounds or anything.
Here's the full details:
I searched the support site like it says to above, and I found a couple of changesets relating to this area of stuff, but no comments or actual bug reports or workarounds or anything.
Here's the full details:
Code:
Environment: Software Version: FreeNAS-8.3.0-BETA3-x64 (r12402) Request Method: POST Request URL: http://192.168.253.11/admin/app-account/bsdUsers/add/ Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 105. response = middleware_method(request, callback, callback_args, callback_kwargs) File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view 166. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 20. return view_func(request, *args, **kwargs) File "/usr/local/www/freenasUI/../freenasUI/freeadmin/views.py" in generic_model_add 389. mf.save() File "/usr/local/www/freenasUI/../freenasUI/account/forms.py" in save 454. locked=self.cleaned_data['bsdusr_locked'] Exception Type: TypeError at /admin/app-account/bsdUsers/add/ Exception Value: user_create() got an unexpected keyword argument 'locked'