use BSE::Template;
use DevHelp::Date qw(dh_parse_date_sql dh_parse_time_sql);
-our $VERSION = "1.010";
+our $VERSION = "1.011";
my %actions =
(
(
component => "members::delete",
object => $user,
- level => "info",
+ level => "notice",
msg => "Member " . $user->userId . " (" . $user->id . ") deleted",
);
object => $user,
component => "members::add",
msg => "New user created",
- level => "info",
+ level => "notice",
);
$req->flash("msg:bse/admin/siteusers/usercreated", [ $user ]);
use base 'BSE::UI::UserCommon';
use Carp qw(confess);
-our $VERSION = "1.026";
+our $VERSION = "1.027";
use constant MAX_UNACKED_CONF_MSGS => 3;
use constant MIN_UNACKED_CONF_GAP => 2 * 24 * 60 * 60;
object => $user,
component => "siteuser:logon:invalid",
actor => "S",
- level => "notice",
+ level => "warning",
msg => "Invalid username or password",
);
SiteUser->check_lockouts
object => $user,
component => "siteuser:logon:success",
actor => "S",
- level => "info",
+ level => "warning",
msg => "Invalid username or password",
);
object => $user,
component => "member:register:created",
msg => "New user created",
- level => "info",
+ level => "notice",
);
$self->_send_user_cookie($user);
use Scalar::Util qw(blessed);
use POSIX qw(strftime);
-our $VERSION = "1.001";
+our $VERSION = "1.002";
sub check_lockouts {
my ($class, %opts) = @_;
component => $component,
module => $module,
function => "unlock",
- level => "info",
+ level => "notice",
msg => "Account unlocked",
ip_address => $req->ip_address,
);
component => $component,
module => $module,
function => "unlock",
- level => "info",
+ level => "notice",
msg => "IP Address '$address' unlocked for $types{$type} by ".$req->ip_address,
ip_address => $address,
);
=cut
-our $VERSION = "1.009";
+our $VERSION = "1.010";
use constant MAX_UNACKED_CONF_MSGS => 3;
use constant MIN_UNACKED_CONF_GAP => 2 * 24 * 60 * 60;
component => "siteusers::changepw",
object => $self,
actor => $who,
- level => "info",
+ level => "notice",
msg => "Change password",
%log,
);