Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
JabberService
Commits
ecd25aae
Commit
ecd25aae
authored
Aug 22, 2014
by
Benjamin Sonntag
Browse files
not showing the form after a successfull email sent + menu is now bigger
parent
c68789fc
Changes
6
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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