The /nf/admin user search and detail page should let admins see and manage a user's Pending flag, just like it does for Disabled. Possibly combine into a single tri-state presentation (pending, disabled, enabled). Since the pending and disabled combination isn't really necessary.
Closed #709.
ib/7816
Looks good, but can you also have the search results show it? Maybe combine the 'Disabled?' column into a status column.
Closed #713.
ib/7816 (forced update)
I ran into a problem when using solr records that pre-dated the 'pending' status. I've made a change and committed it to
db/7816
if you could look at that. I think it's a bit cleaner overall that way too.Yeah, this looks definitely better. I have missed somehow that search already queries mongo for User objects and we can use it.