Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
Robin Sonnabend
mediawiki-remoteuser
Commits
74565004
Commit
74565004
authored
Dec 29, 2016
by
Andreas Fink
Browse files
NNIS-5073 do not delete “realName”
parent
73b985f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
74565004
*~
.DS_Store
.idea
\ No newline at end of file
AuthRemoteuser.body.php
View file @
74565004
...
...
@@ -156,8 +156,6 @@ class AuthRemoteuser extends MediaWiki\Session\ImmutableSessionProviderWithCooki
if
(
$wgAuthRemoteuserName
)
{
$user
->
setRealName
(
$wgAuthRemoteuserName
);
}
else
{
$user
->
setRealName
(
''
);
}
}
...
...
@@ -181,7 +179,7 @@ class AuthRemoteuser extends MediaWiki\Session\ImmutableSessionProviderWithCooki
""
,
$username
);
}
}
else
{
$username
=
""
;
$username
=
null
;
}
return
$username
;
...
...
extension.json
View file @
74565004
{
"name"
:
"AuthRemoteuser"
,
"namemsg"
:
"authremoteuser-extensionname"
,
"version"
:
"1.3.
1
"
,
"version"
:
"1.3.
2
"
,
"author"
:
[
"Otheus Shelling"
,
"Rusty Burchfield"
,
"James Kinsman"
,
"Daniel Thomas"
,
"Ian Ward Comfort"
,
"[[mw:User:MarkAHershberger|Mark A. Hershberger]]"
,
"Jonas Gröger"
,
"Andreas Fink"
],
"url"
:
"https://www.mediawiki.org/wiki/Extension:AuthRemoteuser"
,
"descriptionmsg"
:
"authremoteuser-desc"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment