Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
5ff204e7
Commit
5ff204e7
authored
9 years ago
by
gnaegi
Browse files
Options
Downloads
Plain Diff
Merge OpenOLAT 10.2 to OpenOLAT default with 5280fd88ec91308c3aadfee2628114fb075a1ce4
parents
39e32e22
39954cf3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/olat/user/_spring/userContext.xml
+5
-5
5 additions, 5 deletions
src/main/java/org/olat/user/_spring/userContext.xml
src/main/resources/serviceconfig/olat.properties
+7
-0
7 additions, 0 deletions
src/main/resources/serviceconfig/olat.properties
with
12 additions
and
5 deletions
src/main/java/org/olat/user/_spring/userContext.xml
+
5
−
5
View file @
5ff204e7
...
...
@@ -257,6 +257,10 @@
</property>
</bean>
<!-- Implementation to display "firstname lastname" -->
<bean
id=
"userDisplayName_firstname_lastname"
class=
"org.olat.user.UserDisplayNameCreator"
/>
<!-- Implementation to display "lastname, firstname" -->
<bean
id=
"userDisplayName_lastname_firstname"
class=
"org.olat.user.UserDisplayNameCreatorLastnameFirst"
/>
<bean
id=
"userManager"
class=
"org.olat.user.UserManagerImpl"
>
<property
name=
"userPropertiesConfig"
>
...
...
@@ -266,11 +270,7 @@
<ref
bean=
"org.olat.user.UserNameAndPasswordSyntaxChecker"
/>
</property>
<property
name=
"userDisplayNameCreator"
>
<!-- Implementation to display "firstname lastname"
<bean id="org.olat.user.UserDisplayNameCreator" class="org.olat.user.UserDisplayNameCreator" />
-->
<!-- Implementation to display "lastname, firstname" -->
<bean
id=
"org.olat.user.UserDisplayNameCreator"
class=
"org.olat.user.UserDisplayNameCreatorLastnameFirst"
/>
<ref
bean=
"${userDisplayName}"
/>
</property>
</bean>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/serviceconfig/olat.properties
+
7
−
0
View file @
5ff204e7
...
...
@@ -660,6 +660,13 @@ usersearch.maxResults.values=-1,20,50
#send user informations with the request in the tunnel cours ebuilding block
userinfos.tunnelcoursebuildingblock
=
disabled
########################################################################
# Other user related settings
########################################################################
# When user full name is displayed, is it "Lastname, Firstname" (default) or "Firstname Lastname"
userDisplayName
=
userDisplayName_lastname_firstname
userDisplayName.values
=
userDisplayName_firstname_lastname, userDisplayName_lastname_firstname
########################################################################
# Fulltext Search settings
########################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment