Hi,
I figured out PWB automatically converts mode of user-password.py to 700 althrough 600 would be more appropriate,
See this example:
testovaci@notebook:~$ python ~/pywikibot/pwb.py login -family:species -lang:species WARNING: /home/testovaci/pywikibot/pywikibot/tools/__init__.py:2015: UserWarning: File /home/testovaci/pywikibot/user-password.py had 600 mode; converted to 700 mode. warn(warn_str.format(filename, st_mode - stat.S_IFREG, mode)) Logging in to species:species as UrbanecmBot@BotTest WARNING: /home/testovaci/pywikibot/pywikibot/tools/__init__.py:2015: UserWarning: File /home/testovaci/pywikibot/pywikibot.lwp had 664 mode; converted to 600 mode. warn(warn_str.format(filename, st_mode - stat.S_IFREG, mode)) Logged in on species:species as UrbanecmBot.
Martin