Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

To remove the not authorized to view dashboard message, comment out the following lines in login.vm. login.vm is in either /var/confluence-2.5.6-std/confluence/login.vm or ./confluence/src/webapp/login.vm or (2.6) ./conf-webapp/src/main/webapp/login.vm

Around line 13:

Code Block

###        #if($req.remoteUser && $seraph.getOriginalURL($req))
###            <div align="center" class="error">$action.getText("login.not.permitted.description",
###                 [$generalUtil.htmlEncode($seraph.getOriginalURL($req))])</div>
###        #end


Null Pointer Exceptions




To Fix errant null pointer error when user isn't in any LDAP groups:
line 212
"OSUGroupManager.java" line 212

...