Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Maxime Besson
lemonldap-ng
Commits
aa139df8
Commit
aa139df8
authored
Mar 26, 2019
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change criticity of password must be reset message (#1654)
parent
af4f1239
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
+2
-1
No files found.
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
View file @
aa139df8
...
...
@@ -7,7 +7,7 @@ use strict;
use
Mouse
;
use
Lemonldap::NG::Portal::Main::
Constants
'
:all
';
our
$VERSION
=
'
2.0.
1
';
our
$VERSION
=
'
2.0.
3
';
extends
'
Lemonldap::NG::Common::PSGI::Request
';
...
...
@@ -104,6 +104,7 @@ sub error_type {
PE_CONFIRM
,
PE_MAILFORMEMPTY
,
PE_MAILCONFIRMATION_ALREADY_SENT
,
PE_PASSWORDFORMEMPTY
,
PE_CAPTCHAEMPTY
,
PE_REGISTERFORMEMPTY
,
PE_PP_CHANGE_AFTER_RESET
)
)
);
...
...
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