vikunja/pkg/user
konrad 16dbcfda7e
continuous-integration/drone/push Build is failing Details
Manage users via cli (#632)
Add users cli commands to docs

Fix checking for changing username or user email

Add user status change command

Make sure only one user exists with a particular email when updating

Add password reset

Add user id to help

Remove user delete (too many possible side effects, postponed until later)

Make sure to fail on any errors

Fail if changing the username would result in duplicate users

Add user update command

Add user create command

Add command stubs for all commands

Render users in a beautiful table

Started adding user list command

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#632
2020-08-13 15:34:02 +00:00
..
db.go Add 2fa for authentification (#383) 2020-04-17 19:25:35 +00:00
error.go More avatar providers (#622) 2020-08-02 17:16:58 +00:00
main_test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
totp.go Fix users with disabled totp but not enrolled being unable to login 2020-08-07 16:41:35 +02:00
update_email.go Add changing email for users 2020-04-17 16:01:45 +02:00
user.go Manage users via cli (#632) 2020-08-13 15:34:02 +00:00
user_email_confirm.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
user_email_confirm_test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
user_password_reset.go Manage users via cli (#632) 2020-08-13 15:34:02 +00:00
user_test.go Add 2fa for authentification (#383) 2020-04-17 19:25:35 +00:00
users_list.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00