-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: other
-
Environment:Platform: All, OS: Linux
Hi,
I just tried 1.164
i) I create a user and provide full name and email, but
following is recorded in the user/<user>/config.xml:
<user>
<fullName>tigran</fullName>
<properties>
<hudson.tasks.Mailer_-UserProperty/>
<hudson.security.HudsonPrivateSecurityRealm_-Details>
<password>xxxxxxx</password>
</hudson.security.HudsonPrivateSecurityRealm_-Details>
</properties>
</user>
where in under <fullName> i find login make instead of full name.
while I was unable to type correct text from image, I tried it several times.
Can this cause it?
ii) i have following .hudson/config.xml :
<?xml version='1.0' encoding='UTF-8'?>
<hudson>
<numExecutors>2</numExecutors>
<useSecurity>true</useSecurity>
<authorizationStrategy class="hudson.security.AuthorizationStrategy$Unsecured"/>
<securityRealm class="hudson.security.HudsonPrivateSecurityRealm"/>
<jdks/>
<slaves/>
<quietPeriod>5</quietPeriod>
<views/>
<slaveAgentPort>0</slaveAgentPort>
</hudson>
I am able to log in, but it's in read-only mode, nevertheless I have configured
"Anyone can do anything".
Bough issues 100% reproducible.
Thanks in advance.
Tigran.