mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-11-04 13:51:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			149 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			149 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
interface IAuthModule2 extends IAuthModule {
 | 
						|
	function change_password(int $owner_uid, string $old_password, string $new_password) : string;
 | 
						|
}
 |