2026-04-16 16:46:04 +02:00
2026-04-16 16:41:53 +02:00
2026-04-16 14:04:35 +02:00
2026-04-16 14:02:43 +02:00
2026-04-16 20:49:47 +02:00

Minimal Profile

A Nextcloud 33 app that hides profile fields to create a minimal user profile.

Installation

  1. Copy the minimalprofile folder to your Nextcloud apps/ directory
  2. Enable the app:
    occ app:enable minimalprofile
    

Usage

Open browser console (F12) on the settings page and run:

// Hide pronouns
localStorage.setItem('minimalprofile_hidden', JSON.stringify(['pronouns']))

// Hide multiple fields
localStorage.setItem('minimalprofile_hidden', JSON.stringify(['pronouns','role','headline']))

// Show all fields
localStorage.removeItem('minimalprofile_hidden')

Then refresh the page.

Available Fields

Field Description
pronouns User pronouns (e.g., she/her)
role Job title / role
headline Personal tagline

Compatibility

  • Nextcloud 33
Description
No description provided
Readme AGPL-3.0 139 KiB
2025-04-09 11:51:28 +02:00
Languages
JavaScript 52.8%
Makefile 23%
PHP 12.2%
CSS 12%