Account

Update Your Posnic Profile Name and Photo

My Profile is the signed-in user's self-service identity drawer. It updates the displayed name and image while keeping email and permissions read-only.

Menu path
Top-right user menu -> My Profile
Verified from
Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence

frontend/layouts/header.html account menu, frontend/modals/profile.html Profile Details drawer, frontend/static/script/js/modules/js/users.js updateUserImageform, profileImageFormSubmit, updateUserImage and removeProfileImage, api/src/controllers/users.controller.js uploadUserImage, userImageDelete and userProfile, api/src/middleware/users.validation.js validateUserProfile, demo.posnic.io captured on 2026-09-05

Open the account menuUse the signed-in user's menu at the top right; My Profile and Password are separate workflows.
Profile DetailsThe left side edits identity; the right side summarizes the access already assigned to this account.

Open Your Profile

  1. Select your name and avatar at the top right of Posnic.
  2. Select My Profile.
  3. Wait for Profile Details to load the current first name, last name, email, image and access badges.
  4. Confirm this is your own signed-in account before changing anything.

Change Your Name

First name accepts 3 to 100 characters when supplied. Last name accepts 1 to 100 characters when supplied. Email is displayed for reference but is not editable in My Profile. An administrator must use the Users workflow for account-level changes outside this drawer.

  1. Select the underlined First Name value and enter the corrected name.
  2. Select the underlined Last Name value and enter the corrected surname.
  3. Select Update.
  4. Confirm the success message and verify the name beside the top-right avatar changes.

Change or Remove the Photo

  • Select the green edit icon beside the current image to choose a file.
  • Supported file extensions are GIF, PNG, JPG, JPEG and BMP.
  • The server rejects images larger than 5 MB.
  • Review the preview, then select Update to attach the uploaded image and name values to your profile.
  • Select the red delete icon to return the account to the default user image.
  • Do not upload identity documents, customer images or other confidential material as a profile photo.

Read the Permission Summary

The R, W and D badges show the account's effective Read, Write and Delete access for Dashboard, Sale, Receiving, Customer, Supplier, Category, Item, Expense, Branch, Report and User areas. They are a read-only summary in My Profile.

BadgeMeaningWhere to change it
RThe account can read or open that area.Manage -> Users or the assigned role.
WThe account can create or update records in that area.Manage -> Users or the assigned role.
DThe account can perform allowed delete actions in that area.Manage -> Users or the assigned role.
Missing or inactive badgeThat access is not currently granted.Ask an authorized administrator; profile editing cannot grant access.

Public Demo Boundary

The public demo lets visitors open and inspect Profile Details, but its server blocks the final profile update so the shared Demo Admin account remains predictable. Use your own shop or desktop installation when testing a real profile change.

Troubleshoot Profile Updates

SymptomCheckResolution
Name does not saveMinimum length and whether this is the public demo.Use at least 3 characters for first name and retry in your own shop.
Image is rejectedExtension and file size.Use GIF, PNG, JPG, JPEG or BMP no larger than 5 MB.
Email cannot be selectedEmail is intentionally read-only here.Use the authorized Users workflow for account maintenance.
Permission badge is wrongAssigned role and custom user access.Ask an administrator to review the user record; Update Profile cannot change permissions.
Old avatar remainsBrowser cache and whether Update succeeded.Reload after a confirmed success; do not repeatedly upload duplicate files.