[EP-tech] Re: changing default user type
John Salter
J.Salter at leeds.ac.uk
Wed Sep 2 09:22:03 BST 2015
Hi Matt,
I think the magic (that is slightly more magic than yours) may be in this spell:
https://github.com/eprints/eprints/blob/3.3/lib/defaultcfg/cfg.d/registration.pl#L25
Cheers,
John
From: eprints-tech-bounces at ecs.soton.ac.uk [mailto:eprints-tech-bounces at ecs.soton.ac.uk] On Behalf Of Matthew Brady
Sent: 02 September 2015 04:14
To: eprints-tech at ecs.soton.ac.uk
Subject: [EP-tech] changing default user type
Hi All,
I thought this would be a simple experiment… change the default value for a user record when it gets created from ‘user’ to ‘editor’.
Altering the local file …/archive/xxxxx/cfg/cfg.d/user_fields_default.pl file to include the line
$data->{type} = "editor";
Doesn’t appear to work as expected…
Even altering a default (that I didn’t know existed, until I tried to figure out what was going wrong!)
Within …/perl_lib/EPrints/DataObj/User.pm, there is a sub ‘get_system_field_info’, that contains a default setting as well…
{ name=>"usertype", type=>"namedset", required=>1,
set_name=>"user", input_style=>"medium", default_value=>"user" },
Anyone got any ideas ?
Cheers
Matt
_____________________________________________________________
This email (including any attached files) is confidential and is for the intended recipient(s) only. If you received this email by mistake, please, as a courtesy, tell the sender, then delete this email.
The views and opinions are the originator's and do not necessarily reflect those of the University of Southern Queensland. Although all reasonable precautions were taken to ensure that this email contained no viruses at the time it was sent we accept no liability for any losses arising from its receipt.
The University of Southern Queensland is a registered provider of education with the Australian Government.
(CRICOS Institution Code QLD 00244B / NSW 02225M, TEQSA PRV12081 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20150902/9d24b98e/attachment.html
More information about the Eprints-tech
mailing list