Skip to content
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

Register a new account #29

Open
dessalines opened this issue Jan 14, 2022 · 9 comments
Open

Register a new account #29

dessalines opened this issue Jan 14, 2022 · 9 comments
Labels
3 - medium priority This issue needs to be considered, but may not be a priority for the next release enhancement New feature or request

Comments

@dessalines
Copy link
Member

dessalines commented Jan 14, 2022

  • Register or sign in screen
  • If register -> show the instances
  • After they click an instance, show the registration form
  • Send the registration.
  • If it succeeds, sign them in.
  • If it's pending, give them a message saying that their registration is pending.
@LemmyNet LemmyNet deleted a comment from Wjxfi Jun 4, 2023
@twizmwazin twizmwazin added enhancement New feature or request 3 - medium priority This issue needs to be considered, but may not be a priority for the next release labels Jun 7, 2023
@MV-GH MV-GH mentioned this issue Jun 21, 2023
1 task
@Schoolkid1
Copy link

How do people up to new create accounts?

@MV-GH MV-GH mentioned this issue Apr 4, 2024
@abeorch
Copy link

abeorch commented Jul 15, 2024

Rather thas an App based server selection and signup process would it be better to send the user to https://join-lemmy.org/ to review server characteristcs and select a server to signup on?

@abeorch
Copy link

abeorch commented Jul 15, 2024

Would the user journey from the App be?

Add account
Add existing account OR Create account
I Know the server I want to join OR Select a server
I know the server sends user to https://selectedserver/signup , Select a server sends users to https://join-lemmy.org/?showJoinModal=true

@dessalines
Copy link
Member Author

Just look at how lemmy-ui's signup screen looks. I'd see it as:

  • By default, show the login screen, but have a button at the bottom for create an account.
  • Have a link to https://join-lemmy.org/?showJoinModal=true to help them pick.
  • Have a dropdown just like the login one
  • After a server is selected, load its signup form.
  • Let them sign up.

@abeorch
Copy link

abeorch commented Jul 15, 2024

Just look at how lemmy-ui's signup screen looks. I'd see it as:

* By default, show the login screen, but have a button at the bottom for create an account.

* Have a link to https://join-lemmy.org/?showJoinModal=true to help them pick.

* Have a dropdown just like the login one

* After a server is selected, load its signup form.

* Let them sign up.

Yeah .. its three options 1) Login 2) Choose which server to create an account on 3) Create an account on a selected server - I think in that order

There is a subsquent step after 2) and 3) where after creating an account they need to come back and login - I guess that's something that needs to be handled by the success page of the Server signup form - allowing the user to Login using Jerboa or other App

@MV-GH
Copy link
Collaborator

MV-GH commented Jul 15, 2024

I imagined a bit more informative, when selecting an instance. It will show quite some information about it.

  • account creation allow
  • downvote enabled
  • federation disabled: instances
  • approval required
  • language?
  • Option to see instance description?
  • email required?
  • not robot check
    ...

Then you can select continue and sign up process

@abeorch
Copy link

abeorch commented Jul 15, 2024

If that information is availabe its all included in the Join-lemmy interface and ultimately to create an account you need to land on the servers's signup page so using the existing interface makes sense to me. Its just a case of getting people to either a selected server or join-lemmy site.

@dessalines
Copy link
Member Author

One thing we can't really do (unless we pull and convert instance definitions from the join-lemmy repo), is help people pick an instance.

@abeorch
Copy link

abeorch commented Jul 16, 2024

Agree that is their decision when they head over to Join-lemmy (which I think its redundant to include in the app itself since its only a transit point to the server subscribe page). - I'm interested in what the success page of the server subscribe page looks like. I need to get the skills to spin up a test lemmy server to figure that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - medium priority This issue needs to be considered, but may not be a priority for the next release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants