Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[13:22:27 CDT(-0500)] <b-sure> Hello uPortal Devs. is there a place in the database where I can reset a users layout to the default layout? I would need to do this on a mass scale for all of the users. Maybe this could happen by updating a field in the db?

[13:24:20 CDT(-0500)] <EricDalquist> hrm ...

[13:25:00 CDT(-0500)] <EricDalquist> one thing to try if you are on the latest uPortal 4 release

[13:25:09 CDT(-0500)] <b-sure> I'm only looking at this as an option becuase its the last step holding us back from upgrading. and I've been spinning my wheels lately getting the imports to work

[13:25:13 CDT(-0500)] <EricDalquist> create a big .groovy script with one line of:

[13:25:13 CDT(-0500)]

Wiki Markup
 &lt;EricDalquist&gt; portalShellBuildHelper.deleteUser(&#034;deluser&#034;, &#039;${user}&#039;);

[13:25:13 CDT(-0500)] <EricDalquist> per user