DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:working_example_of_trustexternal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devel:working_example_of_trustexternal [2012-11-15 01:17] – deleted breaks achdevel:working_example_of_trustexternal [2018-08-01 12:14] (current) – Bugfix java4life
Line 34: Line 34:
  
  if (!empty($_SESSION[DOKU_COOKIE]['auth']['info'])) {  if (!empty($_SESSION[DOKU_COOKIE]['auth']['info'])) {
- $USERINFO['name'] = $_SESSION[DOKU_COOKIE]['auth']['info']['user'];+ $USERINFO['name'] = $_SESSION[DOKU_COOKIE]['auth']['info']['name'];
  $USERINFO['mail'] = $_SESSION[DOKU_COOKIE]['auth']['info']['mail'];  $USERINFO['mail'] = $_SESSION[DOKU_COOKIE]['auth']['info']['mail'];
  $USERINFO['grps'] = $_SESSION[DOKU_COOKIE]['auth']['info']['grps'];  $USERINFO['grps'] = $_SESSION[DOKU_COOKIE]['auth']['info']['grps'];
devel/working_example_of_trustexternal.txt · Last modified: 2018-08-01 12:14 by java4life

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki