Cely icon indicating copy to clipboard operation
Cely copied to clipboard

How to update login view when user name or password wrong

Open letlet opened this issue 9 years ago • 4 comments

I want to tell the user name or password is wrong when there is something wrong with the user's input by update login view

letlet avatar Apr 08 '17 10:04 letlet

Hey @letlet,

Thanks for the issue, this is a great suggestion!

The thing about this topic is that this trends the borders of just creating a custom LoginViewController. Before just classifying as a custom LoginVC need, can you give me some more details... Would a simple AlertViewController popup work?

initFabian avatar Apr 26 '17 18:04 initFabian

Yes, a AlertViewController popup works and is the solution I'm using. But it's not elegant. Error message above the input area is more usefull.

letlet avatar Apr 30 '17 23:04 letlet

Im still very open to this feature request.

If someone doesn't mind, open up a PR that passes the following criteria:

  • A single error message appearing onto of the Username textfield
  • Add styling option in CelyStyle to change Font of styling, but have a default implementation inside of CelyStyle extension.
  • Update Documentation and affected tests

initFabian avatar Sep 28 '17 12:09 initFabian

@letlet did you find a workaround for this? I'm running into a similar situation with cely...

rlam3 avatar Oct 25 '17 19:10 rlam3