Describe the issue
When Microsoft obsoleted functions in Password Dialog (SystemApp module) to use Secret Texts instead of Text there is no possibility to check if the password typed by the user is the same as password stored. In AL there is no option to compare Secret Texts (SecretTextA <> SecretTextB is not allowed), also in Extensions for Cloud it is not possible to use UnWrap().
I will fix this bug adding new function to facade codeunit that would allow to compare the secret texts.
Expected behavior
Ability to compare secret texts in a password module
Steps to reproduce
No steps
Additional context
No response
I will provide a fix for a bug
Describe the issue
When Microsoft obsoleted functions in Password Dialog (SystemApp module) to use Secret Texts instead of Text there is no possibility to check if the password typed by the user is the same as password stored. In AL there is no option to compare Secret Texts (SecretTextA <> SecretTextB is not allowed), also in Extensions for Cloud it is not possible to use UnWrap().
I will fix this bug adding new function to facade codeunit that would allow to compare the secret texts.
Expected behavior
Ability to compare secret texts in a password module
Steps to reproduce
No steps
Additional context
No response
I will provide a fix for a bug