Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make VA allow to turn off prompting for a library password #5

Open
marianopeck opened this issue Mar 17, 2020 · 0 comments
Open

Make VA allow to turn off prompting for a library password #5

marianopeck opened this issue Mar 17, 2020 · 0 comments

Comments

@marianopeck
Copy link
Collaborator

We need to fix this in VA so that below code is not necessary:

	" Turn off prompting for a library password as currently there is no way to externally supply the password (EtTools class>>verifyUser always prompts)"
	replacementMethod :=
	    EmLibrary
	        basicCompile: 'isPasswordCheckingEnabled
	            ^false'
	        notifying: System errorLog
	        ifFail: [
	            System logError: 'Cannot turn off password checking'.
	            System exit: 9001 withObject: nil].
	EmLibrary methodDictionary at: #isPasswordCheckingEnabled put: replacementMethod.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant