Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin committed May 2, 2015
2 parents 27e5319 + cab4df9 commit a89554d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/js/app.js
Expand Up @@ -36,7 +36,7 @@ $(function() {

//log.debug("App", "No start page, redirecting");
// redirect to landing intro page
ph.pageRequest("/about");
ph.pageRequest("/dashboard");
return;
}

Expand Down
2 changes: 1 addition & 1 deletion web/js/login.js
Expand Up @@ -15,7 +15,7 @@ function login() {
$(document).foundation({
abide: {
patterns: {
password: /^([a-zA-Z0-9@*#&.^!]{8,64})$/
password: /^([a-zA-Z0-9@*#&$.^!]{8,64})$/
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion web/js/register.js
Expand Up @@ -18,7 +18,7 @@ function register() {
$(document).foundation({
abide: {
patterns: {
password: /^([a-zA-Z0-9@*#&.^!]{8,64})$/
password: /^([a-zA-Z0-9@*#&$.^!]{8,64})$/
}
}
});
Expand Down

0 comments on commit a89554d

Please sign in to comment.