[SAC] [OSGeo] #2941: Wiki login gives Internal error

OSGeo trac_osgeo at osgeo.org
Sun Sep 3 18:35:35 PDT 2023


#2941: Wiki login gives Internal error
---------------------------+---------------------------------------
 Reporter:  Schpidi        |       Owner:  sac@…
     Type:  defect         |      Status:  reopened
 Priority:  normal         |   Milestone:  Sysadmin Contract 2023-I
Component:  Systems Admin  |  Resolution:
 Keywords:                 |
---------------------------+---------------------------------------
Comment (by robe):

 I think I finally figured out the issue.  I think it was just a casing
 one.

 fix here - https://git.osgeo.org/gitea/hexmode/WikiToLDAP/pulls/15


 {{{
 diff --git a/includes/SpecialLDAPMerge.php b/includes/SpecialLDAPMerge.php
 index 79d254f..ad617e8 100644
 --- a/includes/SpecialLDAPMerge.php
 +++ b/includes/SpecialLDAPMerge.php
 @@ -228,7 +228,7 @@ class SpecialLDAPMerge extends FormSpecialPage {
                                 "default" => new Message(
 $this->getMessagePrefix() . "-ldap-introduction" )
                         ],
                         "cancel" => [
 -                               "class" => "htmlbuttonfield",
 +                               "class" => "HTMLButtonField",
                                 "id" => $this->getMessagePrefix() .
 "-ldap-cancel",
                                 "buttonlabel-message" =>
 $this->getMessagePrefix() . "-ldap-cancel",
                                 "formnovalidate" => true
 }}}


 I'll close once I've confirmed this is the right fix and try to push this
 upstream.

 We still have the annoying issue that for new users when they log in, even
 if no wiki account, it prompts for them to merge.  I'm thinking at this
 point everyone that wanted to merge has done so.  So best course of
 action, is to just disable merging. But hitting "Skip" in my tests does
 seem to do the right thing and have the user in the merged account group.
-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2941#comment:6>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list