redrield
08/14/2017, 10:38 PMgildor
08/15/2017, 5:50 AMxantier
08/15/2017, 9:49 AMxantier
08/15/2017, 9:50 AManthonyandroid
08/15/2017, 9:50 AMorangy
08/15/2017, 5:17 PMmichaelrocks
08/15/2017, 5:52 PMcodeslubber
08/15/2017, 6:00 PMcodeslubber
08/15/2017, 6:06 PMkarelpeeters
08/15/2017, 8:13 PMDmitry Kandalov
08/16/2017, 7:57 AMpniederw
08/17/2017, 6:43 AMcodeslubber
08/18/2017, 4:48 PMroberto.guerra
08/18/2017, 4:59 PMorangy
08/18/2017, 7:17 PMnapperley
08/19/2017, 6:44 AMhttps://youtu.be/WI-nTf5iM84?t=349▾
orangy
08/19/2017, 12:40 PMcketti
08/19/2017, 4:00 PMdeveloper_message=java.lang.String%20cannot%20be%20cast%20to%20jetbrains.exodus.bindings.ComparableSet
orangy
08/19/2017, 11:23 PMtrevjones
08/20/2017, 6:20 PMError:Failed to complete Gradle execution. Cause: unknown.
michaelzinn
08/21/2017, 9:58 AMalouanemed
08/22/2017, 5:51 PMPaul Woitaschek
08/22/2017, 7:47 PMelect
08/22/2017, 8:07 PMset
operator of a MutableMap
?kirillrakhman
08/25/2017, 3:10 PMelect
08/26/2017, 10:28 AMtapchicoma
08/28/2017, 10:01 AMLoránd
08/28/2017, 11:03 AMprivate void foo(Object obj){
obj.doSomething();
}
vs
private void foo(){
mObj.doSomething();
}
I am just looking for some thoughts.enighma
08/29/2017, 6:09 AMorangy
08/29/2017, 7:38 AMIf there is an account associated with <your email> you will receive an email with a link to reset your password.This doesn’t give potential attacker any information if the address is registered or not. But what would be a proper error message for when you register new account and email is already there?
orangy
08/29/2017, 7:38 AMIf there is an account associated with <your email> you will receive an email with a link to reset your password.This doesn’t give potential attacker any information if the address is registered or not. But what would be a proper error message for when you register new account and email is already there?
karelpeeters
08/29/2017, 7:41 AMlovis
08/29/2017, 7:43 AMkarelpeeters
08/29/2017, 7:46 AMlovis
08/29/2017, 7:48 AMkarelpeeters
08/29/2017, 7:50 AMlovis
08/29/2017, 7:51 AMkarelpeeters
08/29/2017, 7:52 AMPassword masking has proven to be a particularly nasty usability problem in our testing of mobile devices, where typing is difficult and typos are common. But the problem exists for desktop users as well.
lovis
08/29/2017, 7:52 AMkarelpeeters
08/29/2017, 7:52 AMlovis
08/29/2017, 7:53 AM>> Offer the option of showing passwords in clear. However, unmasking does not need to be the default for login. Although we advocated for this practice for a long time, only recently sites and apps have started adopting it, and some users can feel unsecure when seeing the password characters in clear. That is why, at this stage, we recommend masking the password by default and presenting users with a Show password checkbox that allows them to unmask it.
karelpeeters
08/29/2017, 8:05 AMorangy
08/29/2017, 8:36 AMevanchooly
08/29/2017, 8:37 AMkarelpeeters
08/29/2017, 8:37 AMevanchooly
08/29/2017, 8:38 AMtipsy
08/29/2017, 8:54 AM@lovis it’s like 99% of the time nobody is actually watching you while you enter your passwordif you don't mask, some mobile keyboards will store and predict your password
lovis
08/29/2017, 8:58 AMtextVisiblePassword
nothing will be stored/predicted (actually, that’s the only thing that works for all manufacturers! 🙄 )tipsy
08/29/2017, 9:05 AM<input>
elements, the article seemed to be discussing web rather than nativelovis
08/29/2017, 9:06 AMbamdmux
08/29/2017, 9:07 AMtipsy
08/29/2017, 9:11 AMbamdmux
08/29/2017, 9:11 AMkarelpeeters
08/29/2017, 9:18 AMbamdmux
08/29/2017, 9:19 AM