Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Data Model Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

email field is readonly ... ??


Go to End


1038 Views

Avatar
danzzz

Community Member, 175 Posts

11 July 2011 at 11:02pm

hi there,

I extended Member this way:

function extraStatics(){
	return array(
		'db' => array(
		    'Username' => 'Varchar(20)',
.......

also registered my extensions

Object::add_extension('Member', 'MyMember');

But now the email field of the members is readonly, I cant edit the email adress in the backend (security) or in
my own Member Manager I created ...

If I want add a new member by hand, I cant fill out email, it's also readonly there ...

Any idea why?

thx