Ok, it looks like in current versions of Jenkins, you need to do a few more steps than just change useSecurity to false. Please take a look at this link ( https://jenkins.io/doc/book/system-administration/security/#disabling-security) and follow the steps there. I recommend stopping the Jenkins service, editing the file and then starting it back up.
On Fri, Sep 7, 2018 at 9:41 AM Steve Burrus <[email protected]> wrote: > Okay "Slide" I have attached the Jenkins login area and below you will see > this config.xml file : > > <?xml version='1.1' encoding='UTF-8'?> > <hudson> > <disabledAdministrativeMonitors/> > <version>2.121.3</version> > <installStateName>NEW</installStateName> > <numExecutors>2</numExecutors> > <mode>NORMAL</mode> > * <useSecurity>false</useSecurity>* > <authorizationStrategy > class="hudson.security.FullControlOnceLoggedInAuthorizationStrategy"> > <denyAnonymousReadAccess>true</denyAnonymousReadAccess> > </authorizationStrategy> > <securityRealm class="hudson.security.HudsonPrivateSecurityRealm"> > <disableSignup>true</disableSignup> > <enableCaptcha>false</enableCaptcha> > </securityRealm> > <disableRememberMe>false</disableRememberMe> > <projectNamingStrategy > class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/> > <workspaceDir>${JENKINS_HOME}/workspace/${ITEM_FULL_NAME}</workspaceDir> > <buildsDir>${ITEM_ROOTDIR}/builds</buildsDir> > <jdks/> > <viewsTabBar class="hudson.views.DefaultViewsTabBar"/> > <myViewsTabBar class="hudson.views.DefaultMyViewsTabBar"/> > <clouds/> > <scmCheckoutRetryCount>0</scmCheckoutRetryCount> > <views> > <hudson.model.AllView> > <owner class="hudson" reference="../../.."/> > <name>all</name> > <filterExecutors>false</filterExecutors> > <filterQueue>false</filterQueue> > <properties class="hudson.model.View$PropertyList"/> > </hudson.model.AllView> > </views> > <primaryView>all</primaryView> > <slaveAgentPort>-1</slaveAgentPort> > <disabledAgentProtocols> > <string>JNLP-connect</string> > <string>JNLP2-connect</string> > </disabledAgentProtocols> > <label></label> > <crumbIssuer class="hudson.security.csrf.DefaultCrumbIssuer"> > <excludeClientIPFromCrumb>false</excludeClientIPFromCrumb> > </crumbIssuer> > <nodeProperties/> > <globalNodeProperties/> > </hudson> > > On Fri, Sep 7, 2018 at 11:09 AM Slide <[email protected]> wrote: > >> Can you send a screenshot of the login area that you are seeing as well >> as attaching the config.xml file you found (after replacing any company or >> personal information) that you made the change to? >> >> On Fri, Sep 7, 2018 at 9:06 AM Steve Burrus <[email protected]> wrote: >> >>> >>> >>> *NOPE it still didn't work. Even after re-starting the Jenkins service >>> I STILL get the login area. I would appreciate your continuing help with >>> this persistent problem. * >>> >>> *On Fri, Sep 7, 2018 at 10:55 AM Slide <[email protected] >>> <[email protected]>> wrote:* >>> >>>> *You need to restart the Jenkins service.* >>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/CABinwmXH61Nv0KE3zUM5ConVj9Km%2Bi2Vfw_vPMuG9Ss-BNpe%3Dw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/CABinwmXH61Nv0KE3zUM5ConVj9Km%2Bi2Vfw_vPMuG9Ss-BNpe%3Dw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdjKc9aT0DNTCPi_v-aXMvr5Q69W%3D9Y6C%3DAuCcCNRi08A%40mail.gmail.com >> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdjKc9aT0DNTCPi_v-aXMvr5Q69W%3D9Y6C%3DAuCcCNRi08A%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . > > >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CABinwmUFY_AeLgXZCo4L%3D_B9dNY_d4-1bCBJ1wxMSw-2zf4JiQ%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CABinwmUFY_AeLgXZCo4L%3D_B9dNY_d4-1bCBJ1wxMSw-2zf4JiQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVdU7uTYipq_%3Dkf8bc0%3DfJ11y36SQ_w%2BxTVUDLDh0D%3D2aA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
