ops-trust / portal

Ops-Trust Platform - Portal
https://www.ops-trust.net
Apache License 2.0
21 stars 4 forks source link

Account details command #34

Closed massar closed 9 years ago

massar commented 9 years ago

Currently for checking if somebody is locked out (password retry limit) and/or has 2FA enabled one has to check SQL. There should be a command and related web interface that allows checking these details.

morrowc commented 9 years ago

The command change is simple, I think... for findmember. The branch and pull request I think I can make happen shortly, but output: $ /tmp/findmember morrow [chrismorrow] 'Chris Morrow' 351b32a2-8e5b-11e0-9a24-dc106d20546d LA: 0 SF: TOTP [thingy] morrowc@domain.net active (person1, 3 years 6 mons 2 days) [blingy] morrowc@domain.net active (person2, 2 years 11 mons) [foobar] morrowc@domain.net active (person1, 2 years 6 mons 14 days)

morrowc commented 9 years ago

well crap... apparently I suck at git/github/merge/branch stuff :( https://github.com/ops-trust/portal/commit/583edd66176893874c0dd673820f60d91d023c80

is the commit that does the above update's magic.

morrowc commented 9 years ago

If the above looks good, feel free to close the issue.

massar commented 9 years ago

That solves it quite fine! Closing this ticket.