forked from hazza/dspace-angular
70504: New user registration
This commit is contained in:
@@ -57,6 +57,12 @@ export class EPerson extends DSpaceObject {
|
||||
@autoserialize
|
||||
public selfRegistered: boolean;
|
||||
|
||||
/**
|
||||
* The password of this EPerson
|
||||
*/
|
||||
@autoserialize
|
||||
public password: string;
|
||||
|
||||
/**
|
||||
* Getter to retrieve the EPerson's full name as a string
|
||||
*/
|
||||
|
Reference in New Issue
Block a user