Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
archived-simpleSAMLphp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Trust and Identity Incubator
personal-profile-page
archived-simpleSAMLphp
Merge requests
!13
Enable action buttons config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable action buttons config
feat/actions
into
main
Overview
0
Commits
4
Pipelines
1
Changes
8
Merged
Marko Ivancic
requested to merge
feat/actions
into
main
1 year ago
Overview
0
Commits
4
Pipelines
1
Changes
8
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
97b7c3b2
4 commits,
1 year ago
8 files
+
98
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
config-templates/module_accounting.php
+
13
−
0
Options
@@ -249,4 +249,17 @@ $config = [
*/
ModuleConfiguration
::
OPTION_CRON_TAG_FOR_TRACKER_DATA_RETENTION_POLICY
=>
'accounting_tracker_data_retention_policy'
,
/**
* Enable or disable 'action buttons'. Action buttons are displayed on 'Personal data' page, and can be used to
* provide links to relevant endpoints, for example to change a password, send email to support, etc.
*
* Note that you can easily override the action buttons Twig template using standard SimpleSAMLphp
* custom theming features: https://simplesamlphp.org/docs/stable/simplesamlphp-theming
*
* The path to the action buttons template file is:
* modules/accounting/templates/user/includes/_action-buttons.twig, so when creating a custom theme file,
* place it in: modules/mymodule/themes/fancytheme/accounting/user/includes/_action-buttons.twig
*/
ModuleConfiguration
::
OPTION_ACTION_BUTTONS_ENABLED
=>
true
,
];
Loading