-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic migration of old users/zauth/permissions/groups to nucleos
- Loading branch information
Showing
392 changed files
with
746 additions
and
18,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# see https://docs.nucleos.rocks/projects/profile-bundle/en/1.5.x/configuration.html | ||
nucleos_profile: | ||
registration: | ||
confirmation: | ||
enabled: true | ||
from_email: '%env(MAIL_SENDER)%' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# see https://docs.nucleos.rocks/projects/user-bundle/en/2.0.x/configuration_reference.html | ||
nucleos_user: | ||
db_driver: orm | ||
user_class: 'Zikula\UsersBundle\Entity\User' | ||
firewall_name: main | ||
from_email: '%env(MAIL_SENDER)%' | ||
deletion: | ||
enabled: true | ||
group: | ||
group_class: 'Zikula\UsersBundle\Entity\Group' | ||
loggedin: | ||
route: 'user_dashboard' # Redirect route after login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
nucleos_profile_profile: | ||
resource: "@NucleosProfileBundle/Resources/config/routing/profile.php" | ||
prefix: /profile | ||
|
||
nucleos_profile_registration: | ||
resource: "@NucleosProfileBundle/Resources/config/routing/registration.php" | ||
prefix: /registration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
nucleos_user_security: | ||
resource: "@NucleosUserBundle/Resources/config/routing/security.php" | ||
|
||
nucleos_user_resetting: | ||
resource: "@NucleosUserBundle/Resources/config/routing/resetting.php" | ||
prefix: /resetting | ||
|
||
nucleos_user_change_password: | ||
resource: "@NucleosUserBundle/Resources/config/routing/change_password.php" | ||
prefix: /credentials | ||
|
||
nucleos_user_deletion: | ||
resource: "@NucleosUserBundle/Resources/config/routing/deletion.php" | ||
prefix: /deletion |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
docs/AccessControl/Authentication/Dev/AuthenticationMethodInterface.md
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
docs/AccessControl/Authentication/Dev/AuthenticationRelatedEvents.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.