You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Thank you for providing a good extension.
I've seen this plugin use the -s parameter to login when there is a password set in the option.
But in this case, It does not get the ticket.
I'm in a situation where I can't use the -P parameter. (Because of my company's policy?)
So, I need to login without -s parameter to get the ticket.
If I don't provide a password in the option, it looks like using the ticket without the -s parameter.
But, In that situation, I need to input my password manually first.
Is there any way to login automatically and get the ticket?
Describe the solution you'd like
Maybe we can provide option to always use the ticket. (= Not use -s parameter when login.)
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
NeuroWhAI
changed the title
Is there any way to use ticket when the password option is set
Is there any way to login automatically and get the ticket?
Oct 20, 2021
The -s flag is only being used to check whether the user is logged in before attempting to run some of the commands (though I'm not sure it's really necessary, IIRC it might make the error message slightly clearer). If you have a password set in the options then it expects -P to work.
While you can still manually log in with a password, I don't think it would be hard just to add another setting that triggers the login flow (without -s) automatically with your supplied password when you first open the folder.
I'll try and look at making this change soon when I have a little time.
Is your feature request related to a problem? Please describe.
Thank you for providing a good extension.
I've seen this plugin use the
-s
parameter to login when there is a password set in the option.But in this case, It does not get the ticket.
I'm in a situation where I can't use the
-P
parameter. (Because of my company's policy?)So, I need to login without
-s
parameter to get the ticket.If I don't provide a password in the option, it looks like using the ticket without the
-s
parameter.But, In that situation, I need to input my password manually first.
Is there any way to login automatically and get the ticket?
Describe the solution you'd like
Maybe we can provide option to always use the ticket. (= Not use
-s
parameter when login.)Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: