Added new user: admin
[my-sputnik-wiki.git] / sputnik / passwords.lua
blobc46ce28e7f41650e13b148bf7bee98a6541b1791
2 title = "Passwords"
3 category = "_special_pages"
4 actions = [[ show="wiki.show_users"
5 save="wiki.save_and_reload"
6 ]]
7 prototype = "@Lua_Config"
8 permissions = [[deny(all_users, all_actions)
9 allow(Admin, all_actions)
10 allow(all_users, "login")
12 content = [[USERS = {}
14 USERS["admin"]={ display="admin", is_admin="true", creation_time="1294139582", hash="4e6ae0f374ec58d6482c24c1cfa38f3c",}]]