fidley / ABAP-Project-Extensions

ADT Extensions
https://abapblog.com
7 stars 1 forks source link

Automatic Logon: "User Experience" #2

Closed g-back closed 4 years ago

g-back commented 4 years ago

first: thanks for the plugin!

just a few ideas:

  1. automatically prompt for password when a new ABAP project is added, add setting to enable/disable this prompt
    • similar behaviour exists in addon "ABAP CI" for colouring the projects
  2. when you use "Logon with Secure storage" on a project without a saved password, nothing happens. Add a message that tells you that no password has been saved for this project?
  3. possibility to enable/disable automatic logon for each project
    • Use case: you want to save the password, but don't necessarily want to automatically logon automatically
fidley commented 4 years ago

Thanks @g-back!

  1. Seems to be very easy, it is already on my backlog list
  2. Easy as well
  3. For this I need to extend the Passwords view and data in secure storage. But this seems to be also possible quite easily.
fidley commented 4 years ago

1 & 2 done - will be deployed soon

fidley commented 4 years ago

1 & 2 released

fidley commented 4 years ago
  1. It is better to keep the information about the project to which we want to do automatic logon in the preferences file, not in secure storage. Just to not mix the settings with the passwords
fidley commented 4 years ago

After deselecting the option Logon Automatically for all stored users, the automatic logon will start only for projects/clients/users selected on the Passwords view. image

image