Smallthoughts

Thoughts on Smalltalk

Reinitialization

To remove all pending actions such as password resets, new registrations, and account changes, evaluate

	TLAuthenticationManager  initialize.

To delete the user database, evaluate "(TLCachingFileStorageAdaptor name: app-name) deleteDatabase" where app-name is your application name as provided in TLLoginComponent>>initialize. Example:

      (TLCachingFileStorageAdaptor
name: 'LoginTestApp') deleteDatabase