Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
create.space.permissions.view.desc=Choose who can <b>view</b> content:


Not allowing anonymous to edit.

Only registered users are allowed to edit pages. Person must at least be logged in with FPS to make changes.
./conf-webapp/src/main/webapp/spaces/includes/createspace_permissions.vm




Comment out the following like so:

...

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

...