Jump to content

DigitalPost: Difference between revisions

From UmsWiki
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
==UMS Configurator settings==
==UMS Configurator settings==
This setting can be attached to a Web setting or a Template.
[[File:DigitalPost Settings.png|frameless|505x505px]]
[[File:DigitalPost Settings.png|frameless|505x505px]]
https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.13/windowsdesktop-runtime-9.0.13-win-x64.exe
 
===Description===
Insert a name or description for the setting
Insert a name or description for the setting


===Admin servers===
===Admin servers===
Choose the admin server created here [[AdminServers/scrive|Adminservers/Scrive]]
Choose the admin server created here [[AdminServers/DigitalPost|Adminservers/DigitalPost]]
 
=== '''Fallback to private mail''' ===
If sending to Digital Post fails then it will try to send to private mail.
 
=== Keep log ===
Choose how many days the Digital Post log is kept.


===Providers===
===Template welcome settings===
This will created/update and delete groups.
This setting is only used when running user creation in AD.


It will also add users and remove them again.
'''Confidential'''


These groups can be used to add security to users based on group membership.
As the message contains sensitive data, you can choose not to show the setting on UMS Web's Digital Post log. Check the box if the information should be kept confidential.


==== MitID ====
==== '''Message''' ====
This opens up for using private MitID as login for UMS
Choose the welcome letter to send..


==== MitID Erhverv ====
==== '''Days before start''' ====
This opens up for using MitID Erhverv as login for UMS
Please select how many days before a user should receive the message. The sending date will be calculated from the '''Current Education StartDate'''. if '''Current Education StartDate''' does not exist then start date of the users first activity will be used.


==== Restrict MitID login to password change ====
You can find the start date it calculates from by using the SQL statement below in SQL Server Management Studio. Remember to replace 'Username' with the user.
Setting this option restricts the features after web login to only be able to reset their own password.


After resetting password the user can logout and then choose another login option to get access to the full feature set.
<nowiki>-----------------------------------------------------------------------------------------------</nowiki>
 
Select DateAdd(Day, 0, IsNull(
(Select Top 1 Current_Education_StartDate
From Students
Where
(studienr = '<Username>')
And (Current_Education_StartDate Is Not Null)
Order By convert(datetime, EnrollmentDate, 105) ASC),
(Select Top 1 Convert(datetime, StartDato, 105)
From Students
Where
(studienr = '<Username>')
And (IsNull(Startdato, '') <> '')
Order By convert(datetime, startdato, 105) ASC
))) As SendStartTime
 
<nowiki>-----------------------------------------------------------------------------------------------</nowiki>
 
==== '''At creation''' ====
Check this box if the message should be sent when a user is created in Active Directory.
 
== Template Setting ==
[[File:DigitalPost TemplateSetting.png|frameless|922x922px]]
 
== Web Setting ==
[[File:DigitalPost WebSetting.png|frameless|913x913px]]
 
=== Access Group ===
Only members of this group will have access to send Digital Post


==FAQ==
==FAQ==
Q : I have SSO enabled with on my UMS and MEA APP
A: You need to remove "force" from SSO setting and possibly AuthForms in order to view MitID as login option.

Latest revision as of 11:49, 26 March 2026

UMS Configurator settings

This setting can be attached to a Web setting or a Template.

Description

Insert a name or description for the setting

Admin servers

Choose the admin server created here Adminservers/DigitalPost

Fallback to private mail

If sending to Digital Post fails then it will try to send to private mail.

Keep log

Choose how many days the Digital Post log is kept.

Template welcome settings

This setting is only used when running user creation in AD.

Confidential

As the message contains sensitive data, you can choose not to show the setting on UMS Web's Digital Post log. Check the box if the information should be kept confidential.

Message

Choose the welcome letter to send..

Days before start

Please select how many days before a user should receive the message. The sending date will be calculated from the Current Education StartDate. if Current Education StartDate does not exist then start date of the users first activity will be used.

You can find the start date it calculates from by using the SQL statement below in SQL Server Management Studio. Remember to replace 'Username' with the user.

-----------------------------------------------------------------------------------------------

Select DateAdd(Day, 0, IsNull(
(Select Top 1 Current_Education_StartDate
From Students
Where 
(studienr = '<Username>')
And (Current_Education_StartDate Is Not Null)
Order By convert(datetime, EnrollmentDate, 105) ASC),
(Select Top 1 Convert(datetime, StartDato, 105)
From Students
Where 
(studienr = '<Username>')
And (IsNull(Startdato, ) <> )
Order By convert(datetime, startdato, 105) ASC
))) As SendStartTime

-----------------------------------------------------------------------------------------------

At creation

Check this box if the message should be sent when a user is created in Active Directory.

Template Setting

Web Setting

Access Group

Only members of this group will have access to send Digital Post

FAQ