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

Sign in button to sign in page #18

Open
redcub opened this issue Mar 22, 2017 · 1 comment
Open

Sign in button to sign in page #18

redcub opened this issue Mar 22, 2017 · 1 comment
Labels

Comments

@redcub
Copy link

redcub commented Mar 22, 2017

The "sign in" button in the top right menu points to href="#/login"
It should also ng-click="vm.page='signin' so that returning users that haven't saved wallet in local machine can go directly to 'signin' not 'create', in current flow user has to go through 'options'

@dmdeklerk dmdeklerk added the bug label Apr 7, 2017
@resultingforce
Copy link
Collaborator

resultingforce commented Nov 29, 2017

Actual behavior.
If user hasn't saved pin code he don't see 'sign in' button and always turns on 'create' page (by toolbar menu 'Sign in' also). It seems right, because the 'signin' page is valid only if exist previous saved (locally) account name or number.

To be able to go on 'signin' page we need to redesign this page to support signin by blank form. Such signin is useful in untrusted environment, eg someone else's computer. It is leads user to input account name/number and secret phrase every time until he save its secret phrase and pin code.

Need 'blank form' signin page?

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

No branches or pull requests

3 participants