Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JabberService
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
JabberService
Commits
ecd25aae
Commit
ecd25aae
authored
Aug 22, 2014
by
Benjamin Sonntag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not showing the form after a successfull email sent + menu is now bigger
parent
c68789fc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
4 deletions
+10
-4
my/changepass.php
my/changepass.php
+1
-1
my/create.php
my/create.php
+1
-1
my/css.php
my/css.php
+4
-0
my/dolost.php
my/dolost.php
+2
-0
my/lost.php
my/lost.php
+1
-1
my/nothing.php
my/nothing.php
+1
-1
No files found.
my/changepass.php
View file @
ecd25aae
...
...
@@ -27,7 +27,7 @@ require_once("header.php");
require_once
(
"css.php"
);
?>
<p>
<p
id=
"cmenu"
>
<b>
<?php
__
(
"Menu:"
);
?>
</b>
<a
href=
"create.php"
>
<?php
__
(
"Create an account"
);
?>
</a>
-
<?php
__
(
"I lost my password"
);
?>
-
...
...
my/create.php
View file @
ecd25aae
...
...
@@ -27,7 +27,7 @@ require_once("header.php");
require_once
(
"css.php"
);
?>
<p>
<p
id=
"cmenu"
>
<b>
<?php
__
(
"Menu:"
);
?>
</b>
<?php
__
(
"Create an account"
);
?>
-
<a
href=
"lost.php"
>
<?php
__
(
"I lost my password"
);
?>
</a>
-
...
...
my/css.php
View file @
ecd25aae
...
...
@@ -20,4 +20,8 @@ color:red; font-size: 0.6em
.btn
{
padding
:
6px
10px
;
background
:
#497ed5
;
color
:
white
;
font-weight
:
bold
;
}
#cmenu
{
font-size
:
1.4em
;
}
</style>
my/dolost.php
View file @
ecd25aae
...
...
@@ -68,6 +68,8 @@ if ($found==5 && $_POST["url"]=="") {
$error
[]
=
_
(
"The email has NOT been sent, please try again later or contact us"
);
}
else
{
$info
[]
=
_
(
"An email has been sent to the address you entered. Please check your mail and click the link to reset your password"
);
require_once
(
"nothing.php"
);
exit
();
}
}
// still no error ?
}
// no error ?
...
...
my/lost.php
View file @
ecd25aae
...
...
@@ -27,7 +27,7 @@ require_once("header.php");
require_once
(
"css.php"
);
?>
<p>
<p
id=
"cmenu"
>
<b>
<?php
__
(
"Menu:"
);
?>
</b>
<a
href=
"create.php"
>
<?php
__
(
"Create an account"
);
?>
</a>
-
<?php
__
(
"I lost my password"
);
?>
-
...
...
my/nothing.php
View file @
ecd25aae
...
...
@@ -25,7 +25,7 @@ require_once("header.php");
require_once
(
"css.php"
);
?>
<p>
<p
id=
"cmenu"
>
<b>
<?php
__
(
"Menu:"
);
?>
</b>
<a
href=
"create.php"
>
<?php
__
(
"Create an account"
);
?>
</a>
-
<?php
__
(
"I lost my password"
);
?>
-
...
...
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