we deleted a user via the auth0 dashboard but yet they are still in our system (they are a phantom user basically), can someone help me delete this user?
thanks, that worked . . . no it let us delete with no errors
my guess is the user had a pending password reset request
would that prevent the user from getting deleted all the way?
bvbvuyu joined the channel
woloski?
woloski
we store the password separate from the user metadata
there must be some edge case that is leading to an incosistency
I will open an issue to investigate more
bvbvuyu
yeap
bvbvuyu has quit
bbrealnex
I believe this is also affecting email addresses . . . it seems accounts can hold on to multiple email addresses (for example if you use the change email address API, or if a user gets imported using the same ID but a different email address), even though you can only see one email address in console
I brought this up yesterday, I believe Jose is looking into it
woloski
changing the email address while importing is could be an edge case
are you changing the email of user already imported?
bbrealnex has quit
woloski_ joined the channel
woloski has quit
eugeniopace has quit
woloski joined the channel
woloski_ has quit
eugeniopace joined the channel
woloski_ joined the channel
woloski has quit
chrisronline joined the channel
chrisronline
Hi guys - just started checking out the v2 api
looks great btw
one issue - it doesn't seem the CORS setup is working properly on the v2 path (still works fine on v1)
although even when I use the API to change the email address it would still "hold on" to the old email address (for example I couldn't use the API to switch back to the old address, get "email already exists" error)
chrisronline has quit
yenkel joined the channel
woloski_ joined the channel
woloski_ has quit
woloski has quit
bbrealnex has quit
bbrealnex joined the channel
jfroma has quit
eugeniop1 so we tried that recommended solution on the blog and still can't connect to auth0 at all from the server . . . I was able to get RDP access myself ,and I verified that when I just try to browse to auth0.com, I get page "Internet Explorer can't display the web page" . . . we can get to other sites (even secure sites), but not auth0
is there a chance windows server 2003 comes with a built-in root certificate that screws up communication with auth0?
thanks, this is our fourth site out of six to launch (fifth and sixth coming later this month) , , , luckily the other sites are on newer platforms so they are easier
bbrealnex has quit
jfroma joined the channel
jfroma has quit
LennyB has quit
LennyB joined the channel
LennyB has quit
LennyB joined the channel
jfroma joined the channel
jfroma has quit
LennyB has quit
LennyB joined the channel
LennyB has quit
LennyB joined the channel
Barkha joined the channel
Barkha
hi
hi
is anyone there?
jfroma joined the channel
jfroma has quit
jfroma joined the channel
jfroma has quit
Barkha has quit
LennyB has quit
jfroma joined the channel
woloski joined the channel
Barkha joined the channel
woloski_ joined the channel
woloski has quit
woloski joined the channel
jfroma joined the channel
hi
is anyone there?
jfroma
Barkha: hi
woloski_ has quit
Barkha
Jfroma, i have a question
in Auth0 i want to see real ip locations on screen
my app has login feature of auth0
and it is deployed in US server
so when i hit the app url and login to my app from India and check auth0 dashboard, it shows me last login from US only
instead of that i want to see there India IP for last login
to track who has actually logged in from where
jfroma
Barkha: are you using our widget (lock) or auth0.js?
Barkha: I think you are using "resource owner authentication" endpoints from the server-side... with java, right?
Barkha
with java i'm using api calls
i have my own login page designed
no widget no js
only auth0 api calls in background is being used for each required operation
jfroma
Yes, that's not supported. We don't know the ip address of the user login in, you can either use our widget, or our headless client-side sdk: auth0.js
Barkha
you mean if i use login widget or auth0.js then dashboard will show real location right?