ttrss/classes/IAuthModule2.php

5 lines
149 B
PHP

<?php
interface IAuthModule2 extends IAuthModule {
function change_password(int $owner_uid, string $old_password, string $new_password) : string;
}