Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Add instructions for getting a new account on the Login Page. #30

Open
vshivam opened this issue Feb 18, 2015 · 14 comments
Open

Add instructions for getting a new account on the Login Page. #30

vshivam opened this issue Feb 18, 2015 · 14 comments

Comments

@vshivam
Copy link
Member

vshivam commented Feb 18, 2015

We should probably add a message here that will open the server's registration page on request.

@vshivam
Copy link
Member Author

vshivam commented Feb 22, 2015

@smcgregor What URL should we point to here ?

@smcgregor
Copy link
Member

The current page is in the privly-applications app "Login", however the form includes elements for logging in in addition to registering. Do you want to adapt the Login app for mobile or do you want to implement the registration logic on the Android side?

@vshivam
Copy link
Member Author

vshivam commented Feb 22, 2015

The 'Register' option from the Login application sends a request to https://privlyalpha.org/users/invitation

Can I use this endpoint directly from java :
https://github.com/privly/privly-web/blob/master/app/controllers/users/invitations_controller.rb#L13

@smcgregor
Copy link
Member

smcgregor commented Feb 23, 2015 via email

@smcgregor
Copy link
Member

smcgregor commented Feb 23, 2015 via email

@vshivam
Copy link
Member Author

vshivam commented Feb 23, 2015

Don't need the csrf token but need to set the 'Content-Type' header.

@vshivam
Copy link
Member Author

vshivam commented Mar 2, 2015

Added a text placeholder for SignUp in this pull request : #39
We need to implement the request now.

@akoul
Copy link

akoul commented Mar 24, 2015

Do we need to use the Volley library for implementing Sign Up Request?

@vshivam
Copy link
Member Author

vshivam commented Mar 26, 2015

Nope.

@vshivam
Copy link
Member Author

vshivam commented Sep 23, 2015

@smcgregor I was working on adding a screen for new users to request an invite. Should we take into account the fact that users can request for an invite from non https://privlyalpha.org content servers ?

In that case, I'll allow the user to change the content server on that screen, just like our login screen and the invite request would go to that content server.

@smcgregor
Copy link
Member

Give defaults with a small message allowing the user to change the setting. The easiest path should make all the decisions for the user.

@opg7371
Copy link

opg7371 commented Jan 17, 2016

is this issue still open

@vshivam
Copy link
Member Author

vshivam commented Jan 17, 2016

Yes.

@vshivam
Copy link
Member Author

vshivam commented Feb 26, 2016

When the user opens the app, I think we should show the registration option so that new users can instantly request for an invite.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants