Harish Ambady
Harish Ambady

Reputation: 13131

Typo3 backend user profile image

I am building a typo3 website with templavoila.

I want to add profile pic option for backend user profiles. Currently there are no options to add profile image in user settings. Is it posiible to add this option to a typo3 website?

Upvotes: 0

Views: 311

Answers (2)

Harish Ambady
Harish Ambady

Reputation: 13131

I made an extension for the purpose. Here it is : http://typo3.org/extensions/repository/view/be_user_profilepic

Git repo: be_user_profilepic

Upvotes: 0

Mario Naether
Mario Naether

Reputation: 1162

Yes, it's possible. You must make an extension that would extend the be_users table.

Upvotes: 1

Related Questions