Skip to content
Snippets Groups Projects
Commit 7396db51 authored by User expired's avatar User expired
Browse files

Merge remote-tracking branch 'origin/OpenOLAT_14.0.uibk' into OpenOLAT_14.0.uibk

parents 608fedfa 37f9a70d
No related branches found
No related tags found
No related merge requests found
......@@ -548,9 +548,7 @@ public class AdobeConnectManagerImpl implements AdobeConnectManager, DeletableGr
String creds = null;
if(aUser == null) {
if(compatible) {
creds = Encoder.md5hash(identity.getName() + "@" + Settings.getApplicationName());
} else if(getAdapter().isManagedPassword()) {
if( compatible || getAdapter().isManagedPassword()) {
creds = UUID.randomUUID().toString().replace("-", "");
if(creds.length() > 32) {
creds = creds.substring(0, 32);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment