-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
I really admire the work you are doing for the ABAP community. Your extensions are part of my daily routine and have saved me a great deal of effort and time. However, recently my colleagues and I have encountered an issue. If we change our system password and forget to update it in the extension, it retries the logon multiple times, which then leads to our user IDs being locked out in SAP. Could you please consider adding a feature to address this?
I did try to look into the code (I barely know basic Java), and I found that we might be able to use the returned Status enum from the ADT logon service. If the logon for a project fails, say, three times, perhaps the extension could disable automatic logon for that project and display a message somewhere in the extension UI.
Thanks