Skip to content
Snippets Groups Projects
Commit 1ff86ebe authored by Henry Luetcke's avatar Henry Luetcke Committed by Adam Laskowski
Browse files

use passcode instead of passwordEntryDialog

parent 6515f6a9
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
No preview for this file type
...@@ -16,7 +16,7 @@ hfig = figure('Menubar','none', ... ...@@ -16,7 +16,7 @@ hfig = figure('Menubar','none', ...
'Units','Pixels', ... 'Units','Pixels', ...
'Resize','off', ... 'Resize','off', ...
'NumberTitle','off', ... 'NumberTitle','off', ...
'Name',['password required'], ... 'Name',['Enter openBIS password'], ...
'Position',[ (ScreenSize(3:4)-[300 75])/2 300 75], ... 'Position',[ (ScreenSize(3:4)-[300 75])/2 300 75], ...
'Color',[0.8 0.8 0.8], ... 'Color',[0.8 0.8 0.8], ...
'WindowStyle','modal'); 'WindowStyle','modal');
......
...@@ -10,6 +10,7 @@ answer = inputdlg(prompt, title, 1, definput); ...@@ -10,6 +10,7 @@ answer = inputdlg(prompt, title, 1, definput);
url = answer{1}; url = answer{1};
user = answer{2}; user = answer{2};
pw = passwordEntryDialog('CheckPasswordLength',0); % pw = passwordEntryDialog('CheckPasswordLength',0);
pw = passcode;
end end
\ No newline at end of file
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