aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Fripost/Schema.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fripost/Schema.pm')
-rwxr-xr-xlib/Fripost/Schema.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Fripost/Schema.pm b/lib/Fripost/Schema.pm
index 22c6064..288aa1e 100755
--- a/lib/Fripost/Schema.pm
+++ b/lib/Fripost/Schema.pm
@@ -92,10 +92,10 @@ sub add {
}
-sub password {
+sub passwd {
my $self = shift;
if ( $self->{_type} == MAILBOX ) {
- $self->Fripost::Schema::Type::User::pwd(@_);
+ $self->Fripost::Schema::Type::User::passwd(@_);
}
elsif ( $self->{_type} == DOMAIN ) {
die "Cannot change the password of a domain.";