mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
implement email field for MySQL and SQLite
From: Sean Dague <sdague@gmail.com>
This commit is contained in:
@@ -124,7 +124,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// A valid email address for the account. Useful for password reset requests.
|
||||
/// </summary>
|
||||
private string _email;
|
||||
private string _email = String.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// A URI to the users asset server, used for foreigners and large grids.
|
||||
|
||||
Reference in New Issue
Block a user