Unblocking MODx Manager User (with role id 1)


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. UPDATE modx_user_attributes SET blockeduntil=0 WHERE id=1

Report this snippet


Comments


You need to login to view comments.