d57fbb50eeca36885682ee77e679f731741d42e5
Minimal Profile
A Nextcloud 33 app that hides profile fields to create a minimal user profile.
Installation
- Copy the
minimalprofilefolder to your Nextcloudapps/directory - 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
Releases
1
First stable release
Latest
Languages
JavaScript
52.8%
Makefile
23%
PHP
12.2%
CSS
12%