Last modified by Thomas Mortagne on 2024/02/12 00:05

<
From version < 29.1 >
edited by Denis Gervalle
on 2018/04/26 11:06
To version < 30.1 >
edited by Denis Gervalle
on 2018/04/26 11:16
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -15,7 +15,7 @@
15 15  ** if user is null,
16 16  *** if persistent store is trusted on missing authentication and not null, return the already authenticated user
17 17  *** else clear the persistent store and return with public access
18 -** else compute the user profile reference from {{code}}getUserName(){{/code}}, replacing some characters based on the xwiki.authentication.trusted.userProfileReplacements configuration
18 +** else compute the user profile reference from {{code}}getUserName(){{/code}}, replacing some characters based on the {{code}}xwiki.authentication.trusted.userProfileReplacements{{/code}} configuration and applying character case changes based on {{code}}xwiki.authentication.trusted.userProfileCase{{/code}}
19 19  ** if user is found in persistence store, return that authenticated user
20 20  ** else, check user for existance:
21 21  *** if the user exists, synchronize user properties and group membership

Get Connected