Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
usermerge
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
usermerge
Commits
c6953ac2
Commit
c6953ac2
authored
2 years ago
by
Pracheth S P
Committed by
Allan Chappell
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3321397
by Pracheth: Replace README.txt with README.md
parent
2fe44004
Branches
7.x-2.x
No related tags found
1 merge request
!1
Updated README.txt to README.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-7
26 additions, 7 deletions
README.md
with
26 additions
and
7 deletions
README.
txt
→
README.
md
+
26
−
7
View file @
c6953ac2
# U
ser merge
# U
SER MERGE
## Notes for version 2.x
## CONTENTS OF THE FILE
-
Notes for version 2.x
-
General changes
-
Configuration page
-
Integration with other modules
-
Self-Serve User Merge
-
Maintainers
## NOTES FOR VERSION 2.X
A new interface allows users with the right permissions to choose how each user
A new interface allows users with the right permissions to choose how each user
property should be merged. This includes the ability to merge fields,
property should be merged. This includes the ability to merge fields,
...
@@ -8,7 +17,7 @@ referencing entities, and other entities owned by the selected users. This aims
...
@@ -8,7 +17,7 @@ referencing entities, and other entities owned by the selected users. This aims
to provide a more finely tuned merge process, as well as to minimize errors and
to provide a more finely tuned merge process, as well as to minimize errors and
information loss.
information loss.
##
#
G
eneral changes
## G
ENERAL CHANGES
`usermerge.module`
provides only the API, and doesn't actually do any merging of
`usermerge.module`
provides only the API, and doesn't actually do any merging of
its own. It implements
`hook_hook_info()`
, so other modules can provide their
its own. It implements
`hook_hook_info()`
, so other modules can provide their
...
@@ -22,12 +31,13 @@ Core-specific functionality (default user properties, fields) is managed in
...
@@ -22,12 +31,13 @@ Core-specific functionality (default user properties, fields) is managed in
`uid`
column, and basic display support for non-default user properties that
`uid`
column, and basic display support for non-default user properties that
aren't structured like fields (such as
`rdf_mapping`
).
aren't structured like fields (such as
`rdf_mapping`
).
### Configuration page
## CONFIGURATION PAGE
The configuration page is located at
`admin/config/people/usermerge`
, and allows
The configuration page is located at
`admin/config/people/usermerge`
, and allows
admins to select which core properties of the user entity should be exposed in
admins to select which core properties of the user entity should be exposed in
the review table. By default, no properties are exposed.
the review table. By default, no properties are exposed.
##
#
I
ntegration with other modules
## I
NTEGRATION WITH OTHER MODULES
Immediate integration with other modules is contained in module-specific files in
Immediate integration with other modules is contained in module-specific files in
the
`includes`
directory.
the
`includes`
directory.
...
@@ -43,9 +53,18 @@ Modules supported out of the box:
...
@@ -43,9 +53,18 @@ Modules supported out of the box:
-
User Reference (References)
-
User Reference (References)
-
User Points
-
User Points
##
#
S
elf-Serve User Merge
## S
ELF-SERVE USER MERGE
Self-Serve User Merge is a submodule that allows users with the "Merge own
Self-Serve User Merge is a submodule that allows users with the "Merge own
accounts" permission to merge a different account into the currently active one,
accounts" permission to merge a different account into the currently active one,
by visiting
`user/%/edit/merge`
. The user will have to enter the e-mail address
by visiting
`user/%/edit/merge`
. The user will have to enter the e-mail address
and password of the account that will be merged.
and password of the account that will be merged.
\ No newline at end of file
## MAINTAINERS
-
Antonio Savorelli (antiorario) - https://www.drupal.org/u/antiorario
-
Dan Chadwick (DanChadwick) - https://www.drupal.org/u/danchadwick
-
Allan Chappell (generalredneck) - https://www.drupal.org/u/generalredneck
-
Greg Knaddison (greggles) - https://www.drupal.org/u/greggles
-
Andrea Soper (ZenDoodles) - https://www.drupal.org/u/zendoodles
-
Adrian Lorenc (alorenc) - https://www.drupal.org/u/alorenc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment