Article slugs without dot
Article slugs cannot contain . character because they cannot be submitted to Transifex for translation.
Genesys relies on some default articles from src/main/resources/default-articles. These should be renamed to not use the ., but - instead, and references in code to such articles must be CONSTANTS in ContentService -- there should be no String "user.password-reset" anywhere in the code.
Edited by Matija Obreza