-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email address already registered #146
Comments
Could you share the server log when running it? Thanks 👍 |
2017-05-03T18:18:51.017182+00:00 app[web.1]: Processing by InviteController#submit as HTML |
the user gets properly added. it's just that even though its successful, I get the email already exists everytime. |
I'm having a difficult time repro'ing this. One way I am able to repro is by doing the following:
This is expected now, though. Since the new TestFlight changes, testers get added to a pool of testers when you add them to your app. When you remove the tester from the app, they still remain in the pool of testers un "Users and Roles"
|
From my recent experience doing tests: If you remove a user from the APP section of iTunesConnect, the user is not actually removed! You can still see her/him in the USERS & ROLES/External Testers of iTunesConnect. |
I've been adding completely new users and still get the duplicate message.
I think it has to do with how the controller code and how it's handling the
@message response.
…On Sun, May 7, 2017 at 10:18 AM Arshia Cont ***@***.***> wrote:
From my recent experience doing tests: If you remove a user from the *APP*
section of iTunesConnect, the user is not actually removed! You can still
see her/him in the *USERS & ROLES*/External Testers of iTunesConnect.
The only way to completely remove testers from iTunesConnect (in order to
be able to add them later) is to do it from the *USERS & ROLES* and not
from the *APP* section!
Now, what does this entail to as far as Fastlane Boarding/Pilot ... .
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#146 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AByJPjcdEeg6cAYVcEXwFyqfHLVOjOfMks5r3X5IgaJpZM4NPpjU>
.
|
I'm getting this too. It seems that the code in boarding_service.rb treats this as a message worth relaying the user, even though it's not a big deal (and, as observed above, expected). I think the message should only be "Email address is already registered" if the tester exists and was already added to external testers It's perfectly plausible that the user (or admin) removed him/herself from the external testers group, or that the user is signing up for a beta on a different app under the same developer account. |
I keep getting the message email is already registered even though the email entered has never been invited before.
The text was updated successfully, but these errors were encountered: