shawn-higgins1
4fc1714db8
GRN2-176: Create a role editor that allows admins to specify what permissions each role has ( #709 )
...
* Add roles editor
* Add colour selection ability to roles
* Add ability to assign roles to users in the UI
* Remove rolify and replace it with our own custom roles implemenation
* - Fix all existing roles functionality
- Fix super admins
* Fix bugs with new customers not have default roles
* Add can't create room setting
* Code improvements
* Fix migration
* Add tests for new methods
* Translate reserved role names
* Pull roles from saml/ldap
* Fix rspec
* Fix scrutinizer issues
* Fix email promoted/demoted tests
* Apply comments
* Redirect directly to the main room
* Add comments
2019-07-31 11:53:32 -04:00
shawn-higgins1
f88d67f6fb
GRN2-6: Notify admins when a approve/invite user signs up ( #538 )
...
* Notify admins when a approve/invite user signs up
* Fix formating
* Uses admins_url variable
2019-05-22 13:38:00 -04:00
shawn-higgins1
83a9edf81d
GRN2-140: Added Email to inform user they've been promoted ( #534 )
...
* Added Email to inform user they've been promoted
* Update user_mailer.rb
* Send email when a user is demoted
* Change more-info string
2019-05-22 13:36:33 -04:00
shawn-higgins1
0360c78219
Revert "Notify admins when a approval/invite user signs up"
...
This reverts commit 251d85d88a
.
2019-05-21 14:37:27 -04:00
shawn-higgins1
251d85d88a
Notify admins when a approval/invite user signs up
2019-05-21 14:25:28 -04:00
farhatahmad
720dac6012
GRN2-6: Added the ability for admins to specify registration method ( #520 )
...
* Added the ability to invite users
* Small bug fix
* Added the ability to approve/decline users
* Small bug fixes
* More bug fixes
* More minor changes
* Final changes
2019-05-17 16:26:49 -04:00
farhatahmad
75bde6a42d
GRN2-xx: Email and admin fix ( #515 )
...
* Email and admin fix
* Redirected super_admins to the admins page
* Small fix
* Update rooms_controller.rb
2019-05-09 18:07:17 -04:00
Jesus Federico
2b0301da38
GRN-93: Fix for issue with excesive requests to LB ( #447 )
...
* Fix for issue with excesive requests to lb
* Fixed issue with rspec on users not passing when run alone
* Include dotenv in production
2019-04-10 10:12:32 -04:00
John Ma
8fe66d81f1
Fixed #332 Allow users to reset their password ( #335 )
...
* <Added password reset system>
* <Added rspec tests>
* <Fixed code style>
* <Added rescue for invalid smtp configuration>
2018-12-21 11:56:52 -05:00
John Ma
f94678627c
Allow for specification of email sender ( #311 )
...
* <Allow for configuration of email sender>
* <Configure for localization>
* <Added a change in verify_mail>
2018-11-08 10:27:26 -05:00
John Ma
967c805836
Fixed #267 Email verification feature ( #268 )
...
* <Implemented basic welcome email upon signup>
* <Added config option to enable>
* <Added verification link routing>
* <Added views for verify/resend and reconfigured routes>
* <Finished Verification System minus Rspec changes>
* <Fixed code style>
* <Modified dome rspec tests>
* <Switched sample env back to default>
* <Added test cases to increase code coverage>
* <Added test_helper>
* <Minor code changes>
* <Added requested changes>
* <Added requested changes>
* <see if this fixes migration>
* <see if this fixes migration>
* <fixed migrations>
* Delete .rake_tasks~
* Update _confirm_button.html.erb
* Update _resend_button.html.erb
* Update verify_email.html.erb
* Update verify_email.text.erb
* <Fixed bugs>
* <Added validation of verification link and fixed some code style>
* <Disabled updating email for omniauth>
2018-10-09 14:22:02 -04:00