Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
smart_core_connect
/
core-connect
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c06a328c
authored
May 31, 2018
by
Prasong Putichanchai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'integration' into prasong
parents
45b027dd
05f26068
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
0 deletions
+16
-0
www/src/Controller/UsersController.php
+0
-0
www/src/Template/Profiles/index.ctp
+4
-0
www/src/Template/Users/change_forgotpassword.ctp
+3
-0
www/src/Template/Users/change_password.ctp
+3
-0
www/src/Template/Users/forgot_password.ctp
+3
-0
www/src/Template/Users/signup.ctp
+3
-0
No files found.
www/src/Controller/UsersController.php
View file @
c06a328c
This diff is collapsed.
Click to expand it.
www/src/Template/Profiles/index.ctp
View file @
c06a328c
...
...
@@ -414,6 +414,10 @@
code span {
color:green;
}
.form-control-reg{
height : 50px;
}
</style>
<script>
...
...
www/src/Template/Users/change_forgotpassword.ctp
View file @
c06a328c
...
...
@@ -195,6 +195,9 @@
code span {
color:green;
}
.from-control-reg {
height:50px;
}
</style>
<script>
var ALERT_TITLE = "";
...
...
www/src/Template/Users/change_password.ctp
View file @
c06a328c
...
...
@@ -222,6 +222,9 @@
code span {
color:green;
}
.from-control-reg {
height:50px;
}
</style>
<script>
var ALERT_TITLE = "";
...
...
www/src/Template/Users/forgot_password.ctp
View file @
c06a328c
...
...
@@ -147,6 +147,9 @@
code span {
color:green;
}
.from-control-reg {
height:50px;
}
</style>
<!--------------------------------- date ------------------------------------->
...
...
www/src/Template/Users/signup.ctp
View file @
c06a328c
...
...
@@ -468,6 +468,9 @@ function check_notnum() {
code span {
color:green;
}
.from-control-reg {
height:50px;
}
</style>
<script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment