mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-28 15:04:51 +00:00
lib/FHEM/Core/Password/Utils.pm: move to lib/FHEM/Core/Authentication/Passwords.pm
git-svn-id: https://svn.fhem.de/fhem/trunk@24297 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bffbc0c521
commit
c806bcea6b
fhem
@ -1,5 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- change: move lib/FHEM/Core/Password/Utils.pm to
|
||||||
|
lib/FHEM/Core/Authentication/Passwords.pm
|
||||||
- feature: 30_HUEBridge: enable autocreation of sensors for deconz
|
- feature: 30_HUEBridge: enable autocreation of sensors for deconz
|
||||||
- new: lib/FHEM/Core/Password/Utils.pm: new modul for developer to save
|
- new: lib/FHEM/Core/Password/Utils.pm: new modul for developer to save
|
||||||
passwords or passphrase in fhem keystore
|
passwords or passphrase in fhem keystore
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
package FHEM::Core::Password::Utils;
|
package FHEM::Core::Authentication::Passwords;
|
||||||
|
|
||||||
use 5.008;
|
use 5.008;
|
||||||
|
|
||||||
@ -192,23 +192,23 @@ __END__
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
FHEM::Core::Password::Utils - FHEM extension for password handling
|
FHEM::Core::Authentication::Passwords - FHEM extension for password handling
|
||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
This document describes FHEM::Core::Password::Utils version 0.3
|
This document describes FHEM::Core::Authentication::Passwords version 0.9
|
||||||
|
|
||||||
=head1 CONSTRUCTOR
|
=head1 CONSTRUCTOR
|
||||||
|
|
||||||
FHEM::Core::Password::Utils->new();
|
FHEM::Core::Authentication::Passwords->new();
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
use FHEM::Core::Password::Utils qw(:ALL);
|
use FHEM::Core::Authentication::Passwords qw(:ALL);
|
||||||
our $passwd = FHEM::Core::Password::Utils->new();
|
our $passwd = FHEM::Core::Authentication::Passwords->new();
|
||||||
|
|
||||||
you can also save the password object in the instance hash
|
you can also save the password object in the instance hash
|
||||||
our $hash->{helper}->{passwdobj} = FHEM::Core::Password::Utils->new();
|
our $hash->{helper}->{passwdobj} = FHEM::Core::Authentication::Passwords->new();
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
@ -242,6 +242,6 @@ Marko Oldenburg E<lt>fhemdevelopment AT cooltux DOT netE<gt>
|
|||||||
|
|
||||||
=head1 LICENSE
|
=head1 LICENSE
|
||||||
|
|
||||||
FHEM::Core::Password::Utils is released under the same license as FHEM.
|
FHEM::Core::Authentication::Passwords is released under the same license as FHEM.
|
||||||
|
|
||||||
=cut
|
=cut
|
Loading…
x
Reference in New Issue
Block a user