Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,16 +30,10 @@ 30 30 31 31 To configure XWiki to use it, specify: 32 32 33 -{{code language="properties"}}33 +{{code}} 34 34 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl 35 35 {{/code}} 36 36 37 -For users to be actually created and not just set as context user you must set in ##xwiki.cfg## configuration file (if the property does not already exist, create it): 38 - 39 -{{code language="properties"}} 40 -xwiki.authentication.createuser=empty 41 -{{/code}} 42 - 43 43 = Social Login = 44 44 45 45 See the [[Social Login Application>>extensions:Extension.Social Login Application]].