This server hosts the databases of breached passwords used by the Passwords app for Nextcloud.
        The data is taken from the
        haveibeenpwned.com Pwned Passwords list
        and contains the most common breached passwords.
        
    
./occ passwords:pwned-list:process pwnedpasswords.txt --size 25 --mode import
            
                More information about this command can be found in the
                wiki.
            
        ./occ passwords:pwned-list:process pwnedpasswords.txt --size 25 --mode file
            
                More information about this command can be found in the
                wiki.
            
        ./occ config:app:set passwords passwords/localdb/source --value="https://yourdomain/yourpath/25m-v:version-:format.zip";
            
            (If you changed the "size" parameter in the previous command, change "25m" to your size)
            
        ./occ config:app:set passwords passwords/localdb/version --value="0";
        
        
        This website is operated by the author of
        Passwords for Nextcloud.
        It is not related to and not hosted by the operator of your Nextcloud or the Nextcloud GmbH.
        This website does not store any requests or other user data.
        
        If you need help or have questions, visit the
        documentation,
        our forum or
        our Telegram group.