I have created YouTrack account logging in with my Google account. Because of that, I don't have any password configured in YouTrack. I'd like to integrate YT with IntelliJ Issues - it is impossible without password...
Any ideas how to handle this issue?
The solution is logout and then reset password for registered google email. After this, Hub login will be created with new password.
Related
Our app has the SMTP feature that allows the user to connect Gmail with OAuth2, this works fine if the account is Google Workspace type, but if we try to connect to a personal Gmail account, the OAuth2 shows the "This app is blocked" error as below image.
Any thought?
NOTE: Our code works fine if connecting Google Workspace account, just has this issue if trying to connect personal Google Gmail account.
This happens because you didn't activate the Less Secure Apps in your Google Settings!
Simply, go to your Google profile settings, search for "less secure" into the searchbar and you will be prompted to a checkbox. Keep in mind that it will be automatically turned off in 30 days.
To avoid this, you should add a proper authentication to your app.
I can't log in to YouTrack. My teammate sent me a link to join to his project but when I want to log in it says: Incorrect username or password. I'm sure that the username and the password is correct because it's the same as my JetBrains profile.
How can I solve this problem and join to this project?
Usually JetBrains account and YouTrack account are not the same, so you shouldn't be able to log in to YouTrack with your JetBrains credentials. It can be possible only if your YouTrack is explicitly integrated with JetBrains Account to allow authentication with JBA credentials.
So when you are invited to join a project, you are expected to create a new account or to log in via configured auth modules (like JBA, Google, GitHub). The solution here depends on the YouTrack setup, so if my answer doesn't help, please provide more details about what you see on the login screen and how exactly you were invited to join the project. Your teammate should either create an account for you, or send you an invitation link, or this particular YouTrack instance should allow new users to create accounts. You can read more about each option here: https://www.jetbrains.com/help/youtrack/incloud/Create-User-Accounts.html#InvitingNewUsers
I know it is possible with the client SDK but is it possible with the admin SDK? The reason I want to do this is because I want my own back-end to verify the code so that I can also send a password reset confirmation email. Is this possible?
The Admin SDK does not provide this functionality. However, you are free to implement a password reset system yourself, using the Admin SDK only to actually change the user's password by updating the user account.
I had a Google account based on not-GMail-account. I had another email company's email as a login to my Google Account (myemailhere#ukr.net). And I used this Google account to login the dialogflow.cloud.google.com.
Today Google suggested me to create a #gmail.com account and attcach it to my myemailhere#ukr.net Google Account. I have confirmed and created the myemailhere#gmail.com.
Using both of this logins (myemailhere#gmail.com and myemailhere#ukr.net) I am still able to login my cloud.google.com Profile. But when I try to login the Dialogflow Profile (dialogflow.cloud.google.com) - I see the eternal loading animation (or a totally blank page). There is no errors about password or something like this. Just login process after I submit the password and then white page. This behavior I see on all my devices, while I trying to login with myemailhere#gmail.com or myemailhere#ukr.net
And I see some 400 errors in web console (if it matters).
Could you please help me to fix this and get access to DialogFlow?
Screen that I see after the login and password entering
Do you have the project owner role for the mentioned username that is registered on your project in the GCP console (not Dalogflow Console)? Here is a list of roles related to Dialogflow that grant access to its Console.
Note that some of these roles give full access or edit access while other roles have permissions that simply gives view access to the Dialogflow Console.
If you are missing any of these then simply assign on your GCP project's console.
Assigning roles as described above did not work for me. Solution was to delete gmail email service from the account.
Instructions here
If you would like to use gmail, do NOT add gmail to your existing google account. You should instead create a seperate google account and use gmail from this seperate account
I am trying to integrate a google login with my odoo website, I was successful in logging in new users but I was not able to login using existing user can anyone guide me if i had done anything wrong.
From the comments i am trying to include what i have done so far to trace down the issue.
I was able to setup login using google.
I was not able to login using google using existing user so after extensive search i found a solution like we need to send a reset password from settings for a existing user and it will work in-order to to make the google login work and I worked like charm but i don't know whether it is the perfect solution for the issue