mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 01:26:50 +01:00
Squashed commit of the following: commit 41283ecab18321201c3adfef8e964e2aa0dc2032 Author: Aleksander Machniak <alec@alec.pl> Date: Sat Oct 15 08:37:31 2016 +0200 CS fixes after PR merge, renamed session variable commit b4440a0c4d15c194619c003683ff0d36787f82a8 Merge:cf9f0d85dee181Author: Aleksander Machniak <alec@alec.pl> Date: Sat Oct 15 08:26:04 2016 +0200 Merge branch 'master' of https://github.com/ZiBiS/roundcubemail into ZiBiS-master commit5dee1812e7Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Thu Oct 13 14:20:14 2016 +0200 passing by session commit6ccb7e7d1dAuthor: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Thu Oct 13 11:45:43 2016 +0200 formatted passwdexpdatetime should be set in session data commita43f30fdfcAuthor: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Thu Oct 13 11:10:06 2016 +0200 _passwdexpwarning removed and expdatetime object is stored in session commit62ef852a11Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Thu Oct 13 10:24:39 2016 +0200 String concatenation is removed and expdatetime is passed via session data. commit2aea3a4e85Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Wed Oct 12 10:20:58 2016 +0200 Removing ppolicy plugin from my repository. commit8848c944abAuthor: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Tue Oct 11 11:32:37 2016 +0200 little correction of variables names commit5266c89da9Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Tue Oct 11 11:14:17 2016 +0200 little corrections commitc665b5c607Author: Zbigniew Szmyd <zbigniew.szmyd@linseco.pl> Date: Tue Oct 11 10:31:05 2016 +0200 A plugin to check LDAP password for expiration
25 lines
655 B
JSON
25 lines
655 B
JSON
{
|
|
"name": "roundcube/password",
|
|
"type": "roundcube-plugin",
|
|
"description": "Password Change for Roundcube. Plugin adds a possibility to change user password using many methods (drivers) via Settings/Password tab.",
|
|
"license": "GPLv3+",
|
|
"version": "4.2",
|
|
"authors": [
|
|
{
|
|
"name": "Aleksander Machniak",
|
|
"email": "alec@alec.pl",
|
|
"role": "Lead"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "http://plugins.roundcube.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"roundcube/plugin-installer": ">=0.1.3"
|
|
}
|
|
}
|