Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
Does anyone know how to skip 'change email' step from verification steps by using custom policy?
Change email step
The only way is to use CSS to hide the element.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
How to make the user return to the pre-login state in the node.js backend app. Which verb fits into this action POST, GET, or DELETE? If any please elaborate.
I tried to do it with the token. I verified the token and set its expiry to some milliseconds. But in vain.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
We are building an Instagram Implementation in our application and we want to send a Direct Message (Inbox) with a code to which they have to enter in the app to verify the account.
I tried to check their API but was not able to get any information on the same.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
Trying to understand how we can link an item in our database to whether or not the user actually purchased it. Is this possible?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Hi there i'm trying to get the source code for a user to login with their flickr account details or just a "log with flickr" button. is there anyone who can help me with that or where i can get the skeleton code
This could be done using the Flickr API, here.
Note that tag spamming isn't a good thing.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
How can we check that user had logged in before and its second log in?? The user checkin his time in morning and in evening they checkout time. how can we do it?
You will have to persist the information of whether the user has logged in before.
More concretely, you can count the number of logins and write them to a file or a database.