Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2fa: Initial setup #386

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft

2fa: Initial setup #386

wants to merge 24 commits into from

Conversation

dpslwk
Copy link
Member

@dpslwk dpslwk commented May 20, 2019

TODO:

  • update views (inc text view of generated key for manual input)
  • allow secrete regeneration
  • allow recovery
  • allow admin to force disable on a users account (for recovery)
  • tie into roles

close #355

@dpslwk dpslwk added this to the Base System milestone May 20, 2019
@dpslwk dpslwk force-pushed the #355-2fa branch 2 times, most recently from c225e03 to b7cf307 Compare May 20, 2019 07:00
TODO:
 * update views (inc text view of generated key for manual input)
 * allow secrete regeneration
 * allow recovery
 * allow admin to force disable on a users account (for recovery)
 * tie into roles
# Conflicts:
#	app/Http/Controllers/Api/SearchController.php
#	resources/js/select2.js
#	routes/web.php
User: give google2fa a default
has to fix up UserFactory to give google2faEnable a default
and fix a bunch of other bits

this replaces `dev/reeseed.sh` with `php artisan hms:reseed`
# Conflicts:
#	resources/views/layouts/app.blade.php
# Conflicts:
#	app/HMS/Entities/User.php
#	app/Http/Kernel.php
@dpslwk dpslwk force-pushed the #355-2fa branch 2 times, most recently from b420222 to c4e8fd3 Compare May 26, 2019 07:09
This forces us to take GB numbers and then we store them in e164 ready for nexmo

fix #210
# Conflicts:
#	app/HMS/User/ProfileManager.php
#	app/HMS/User/UserManager.php
#	app/Http/Controllers/MembershipController.php
#	app/Http/Kernel.php
#	resources/views/layouts/navbar.blade.php
#	routes/web.php
# Conflicts:
#	routes/console.php
#	routes/web.php
# Conflicts:
#	Vagrantfile
#	composer.json
#	composer.lock
#	resources/views/layouts/navbar.blade.php
#	routes/console.php
@dpslwk
Copy link
Member Author

dpslwk commented Jan 3, 2020

check if 873b34b has fixed what I had thought was an ACL BootChain issue

@dpslwk dpslwk changed the base branch from master to main June 19, 2020 01:48
@dpslwk dpslwk self-assigned this Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2fa, optional to users, required for Roles with sensitive access
1 participant