Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Install/Data/users.required
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"attempts": 0,
"lastAttempt": null,
"lastLogin": null,
"settings": null,
"isVerified": 0,
"isBanned": 0,
"isInactive": 0,
Expand Down
16 changes: 12 additions & 4 deletions Install/Definition/users.map
Original file line number Diff line number Diff line change
Expand Up @@ -120,38 +120,46 @@
"Extra": ""
},
"15": {
"Field": "settings",
"Type": "json",
"Null": "YES",
"Key": "",
"Default": null,
"Extra": ""
},
"16": {
"Field": "isVerified",
"Type": "int(1)",
"Null": "NO",
"Key": "",
"Default": "0",
"Extra": ""
},
"16": {
"17": {
"Field": "isBanned",
"Type": "int(1)",
"Null": "NO",
"Key": "",
"Default": "0",
"Extra": ""
},
"17": {
"18": {
"Field": "isInactive",
"Type": "int(1)",
"Null": "NO",
"Key": "",
"Default": "0",
"Extra": ""
},
"18": {
"19": {
"Field": "isDeleted",
"Type": "int(1)",
"Null": "NO",
"Key": "",
"Default": "0",
"Extra": ""
},
"19": {
"20": {
"Field": "isArchived",
"Type": "int(11)",
"Null": "NO",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.17
v0.0.18
4 changes: 2 additions & 2 deletions info.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"base": "users",
"author": "LaswitchTech",
"email": "[email protected]",
"date": "2025-10-01",
"version": "v0.0.17",
"date": "2025-10-07",
"version": "v0.0.18",
"tags": "users, management, authentication, roles, permissions",
"description": "This plugin provides user management capabilities, including authentication, role-based access control, and user profile management. It allows for the creation, modification, and deletion of users, as well as the assignment of roles and permissions to control access to various parts of the system.",
"repository": "https://github.com/LaswitchTech/core-plugin-users",
Expand Down