mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #353] [ERROR] Error handling request /admin/users/create/ #228
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aiminickwong on GitHub (Aug 20, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/353
@aiminickwong commented on GitHub (Aug 20, 2020):
I have tested the newest version from master repo, still the same error when I used admin to create user from web interface.
@aiminickwong commented on GitHub (Aug 20, 2020):
django.urls.exceptions.NoReverseMatch: Reverse for 'user_update_password' with arguments '(None,)' not found. 1 pattern(s) tried: ['admin\/users\/(?P[0-9]+)\/update_password\/$']
During handling of the above exception, another exception occurred:
I think that is the reson.
@catborise commented on GitHub (Aug 21, 2020):
i have created many user without problem but they are not admin user. can you create non admin user.?
@aiminickwong commented on GitHub (Aug 22, 2020):
I used default admin user to login with web interface first, just click create add user bottom, the adduser web page can not show, just get the server error, and found the same error:
so, I can not add any user whether admin user or not admin user, because I can not even viewer the add user web pages.
@catborise @retspen
@catborise commented on GitHub (Aug 22, 2020):
i fixed and send a pull request. soon retspen will accept.
@aiminickwong commented on GitHub (Aug 25, 2020):
Yes, it's fixed.