Bug #5028
closedissues adding/editing users - system_usermanager.php
Description
When adding a new user:
1) stray "text" put in "Authorized keys" field
2) certificate is optional, should be similar to now where it only shows those fields if "create cert" is checked.
When editing a user:
3) doesn't show the cert associated with the user4) doesn't show the group membership selection 5) doesn't fill in username, full name
Updated by Anonymous about 9 years ago
- Subject changed from issues adding/editing users to issues adding/editing users - system_usermanager.php
- Status changed from Confirmed to Assigned
Updated by Anonymous about 9 years ago
- Status changed from Assigned to Feedback
- Assignee changed from Anonymous to Chris Buechler
- Target version set to 2.3
This page was supposed to have been converted, but much of hte functionality was skipped and the display choices were not good.
It has been re-written to behave much the same as the original.
Updated by Chris Buechler about 9 years ago
- Description updated (diff)
- Status changed from Feedback to Confirmed
- Assignee changed from Chris Buechler to Anonymous
Item 3 is still an issue. Check testuser on your test VM, Steve. Seems like it's adding something there, but it's not showing the cert.
remainder are resolved.
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
Fixed cert table structure
Restored "Delete" functionality to cert table
Updated by Anonymous about 9 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:db676e5b6fecd7d1bf305bbe0237ea69940e9a05.
Updated by Chris Buechler about 9 years ago
- Status changed from Feedback to Confirmed
- Assignee changed from Chris Buechler to Anonymous
closer, prompt for deletion shows up as added back now, but it doesn't actually delete the cert association
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
The 'delcert' action had been replaced with non-functional code at some time early in the Bootstrap project. Now restored to its former glory.
Updated by Anonymous about 9 years ago
Applied in changeset pfsense:98402844e6f80290b67aa2b5d5923435f334e5b6.
Updated by Jim Pingle about 9 years ago
- Status changed from Feedback to Resolved
Associated user certs look OK now, found some other issues, will open separate tickets.