Tran Dang Duc Dat
Tran Dang Duc Dat
This repo has long been no longer supported. If you're here because you're seeing a failing with this error, you can use my API generated from Google Translate. Here are...
same, but synonyms is seem not working
how about modify the following configurations in the initializer file as below? ```ruby config.password_complexity = { upper: 1, # At least 1 uppercase letter lower: 2, # At least 2...
> stuck with the default 8 character minimum ```ruby config.password_complexity = { upper: true, # require upper lower: false, # don't require lower digit: true, # require digit # special:...
> Ping @nvasilevski @datpmt @timdiggins > > Could you retake a look at this PR and the comments made above. First of all, I completely agree that the length of...
> > I believe Devise should offer this option. > > @datpmt Is this PR for you acceptable or does it need additional work? I will take the time to...
> @datpmt i have some time on Wednesday to test this with spree and solidus. Is there anything I should be particularly attentive off? @fthobe You need to pay attention...