Changing image owner Changing image owner
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Changing image owner

Started by n3n, April 22, 2006, 02:40:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

n3n

hi,

I've uploaded several thousands of images to my gallery using my admin account. However, i wish to keep this account name
low key for security reasons.

Is there any way to (batch) change an image owner ? Tried renaming my user account but
that (obviously) did not work.


Cheers

Nibbler

Only by manually changing the database.

UPDATE cpg_pictures SET owner_id = [newid], owner_name = '[new name]' WHERE owner_id = [oldid]

n3n

Ok tnx alot Nibber,

Topic can be marked solved.