This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
reset.json 744 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
{
  "reset": {
    "request": {
      "title": "Reset your password",
      "form": {
        "button": "Reset password"
      },
      "messages": {
        "info": "Enter the email address you used to register",
        "success": "Check your emails for details on how to reset your password."
      }
    },
    "finish": {
      "title": "Reset password",
      "form": {
        "button": "Validate new password"
      },
      "messages": {
        "info": "Choose a new password",
        "success": "<strong>Your password has been reset.</strong> Please ",
        "keymissing": "The reset key is missing.",
        "error": "Your password couldn't be reset. Remember a password request is only valid for 24 hours."
      }
    }
  }
}