vickychijwani / quill

:ghost: [MOVED TO https://github.com/TryGhost/Ghost-Android] The beautiful Android app for your Ghost blog.
MIT License
553 stars 84 forks source link

Improve error feedback for blogs with no accounts set up #140

Open vickychijwani opened 8 years ago

vickychijwani commented 8 years ago

Scenario: someone entirely new to Ghost signs up on ghost.org and creates a new blog, but forgets to setup an account by visiting myblog.ghost.io/ghost. Instead they try to login via Quill by entering their ghost.org credentials.

What happens now: one user reported that the login spinner never goes away. In my tests I get an error like "could not connect to myblog.ghost.io".

What should happen: inform the user that they haven't set up an account on the blog yet (link them to it).

Also is there a way to educate users on the difference between ghost.org credentials and blog credentials? It could be done with some explanatory text if the login process is broken down into multiple simple steps.