-
Notifications
You must be signed in to change notification settings - Fork 27
Add instructions for getting a new account on the Login Page. #30
Comments
@smcgregor What URL should we point to here ? |
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? |
The 'Register' option from the Login application sends a request to https://privlyalpha.org/users/invitation Can I use this endpoint directly from java : |
Yes, but I think you _may_ need the csrf token.
|
Make sure you set the format to json. I believe I just got an error for
this on production.
|
Don't need the csrf token but need to set the 'Content-Type' header. |
Added a text placeholder for SignUp in this pull request : #39 |
Do we need to use the Volley library for implementing Sign Up Request? |
Nope. |
@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. |
Give defaults with a small message allowing the user to change the setting. The easiest path should make all the decisions for the user. |
is this issue still open |
Yes. |
When the user opens the app, I think we should show the registration option so that new users can instantly request for an invite. |
We should probably add a message here that will open the server's registration page on request.
The text was updated successfully, but these errors were encountered: