Add custom fields to Users?

Hi @oguruma:

Some options:

  1. Edit the doctype instead customize it. (Note that your change will be gone with further updates).
  2. Create a custom app. Use fixtures to include Custom field for User Doctype
    Frappe Core DocTypes can't be customized in Version 11 - #29 by lasalesi
  3. Create a secondary doctype, linked to user. Put your new field there.

Hope this helps.

1 Like