summaryrefslogtreecommitdiff
path: root/classes/IAuthModule2.php
blob: 093ea7e935fd62891b2f5619099c309a27ea3fd1 (plain)
1
2
3
4
<?php
interface IAuthModule2 extends IAuthModule {
	function change_password(int $owner_uid, string $old_password, string $new_password) : string;
}