summaryrefslogtreecommitdiffstats
path: root/modules/core/docs/authproc_attributecopy.md
blob: 37c99eaec11990186613e799bad6af4c8587c777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
`core:AttributeCopy`
===================

Filter that renames attributes.


Examples
--------

Copy a single attribute (user's uid will be copied to the user's username):

    'authproc' => array(
        50 => array(
            'class' => 'core:AttributeCopy',
            'uid' => 'username',
        ),
    ),