Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Gasmon Stranger Newcomer

@GasmoN · Joined 8 years ago · 2 posts · 1 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Password regex problem · 8 years ago

    It wasn't period in default regex scheme, but in my case whey I writed it, it's works now, thanks!

  • Password regex problem · 8 years ago

    Hello, I tried to change Password Regex for my registration form to allow any characters in password, but the password need to be 6-32 characters long. I set it to: {6, 32} but it doesn't work at all.